Config.in 493 B

1234567891011121314151617
  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_PCIUTILS
  8. select BR2_PACKAGE_LIBNL
  9. help
  10. A tool to diagnose issues with power consumption and power
  11. management
  12. https://01.org/powertop/
  13. comment "powertop needs a toolchain w/ C++, threads, wchar"
  14. depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
  15. !BR2_USE_WCHAR