1 config BR2_PACKAGE_POWERTOP
3 depends on !BR2_bfin # pciutils
4 depends on BR2_INSTALL_LIBSTDCPP
5 depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
6 depends on BR2_USE_WCHAR
7 select BR2_PACKAGE_NCURSES
8 select BR2_PACKAGE_PCIUTILS
9 select BR2_PACKAGE_LIBNL
10 select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
12 A tool to diagnose issues with power consumption and power management
14 https://01.org/powertop/
16 comment "powertop needs a toolchain w/ C++, threads, wchar"
18 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \