1config 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 13 https://01.org/powertop/ 14 15comment "powertop needs a toolchain w/ C++, threads, wchar" 16 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \ 17 !BR2_USE_WCHAR 18