Config.in 477 B

12345678910111213141516
  1. config BR2_PACKAGE_POWERTOP
  2. bool "powertop"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
  5. depends on BR2_USE_WCHAR
  6. select BR2_PACKAGE_NCURSES
  7. select BR2_PACKAGE_LIBNL
  8. help
  9. A tool to diagnose issues with power consumption and power
  10. management
  11. https://github.com/fenrus75/powertop/
  12. comment "powertop needs a toolchain w/ C++, threads, wchar"
  13. depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
  14. !BR2_USE_WCHAR