2015-03-19 06:40:21 +01:00
|
|
|
config BR2_PACKAGE_POWERTOP
|
|
|
|
bool "powertop"
|
2015-03-27 17:01:37 +01:00
|
|
|
depends on !BR2_bfin # pciutils
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
|
2015-03-27 17:01:36 +01:00
|
|
|
depends on BR2_USE_WCHAR
|
2015-03-19 06:40:21 +01:00
|
|
|
select BR2_PACKAGE_NCURSES
|
|
|
|
select BR2_PACKAGE_PCIUTILS
|
|
|
|
select BR2_PACKAGE_LIBNL
|
|
|
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
|
|
|
|
help
|
|
|
|
A tool to diagnose issues with power consumption and power management
|
|
|
|
|
|
|
|
https://01.org/powertop/
|
|
|
|
|
2015-03-27 17:01:37 +01:00
|
|
|
comment "powertop needs a toolchain w/ C++, threads, wchar"
|
2015-03-19 06:40:21 +01:00
|
|
|
depends on !BR2_bfin
|
2015-03-27 17:01:37 +01:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
|
|
|
|
!BR2_USE_WCHAR
|