package/rpi-userland: don't install file in random location
[buildroot-gz.git] / package / powertop / Config.in
bloba532302a64f39ce03ff804d8334eff7a3c1204f9
1 config BR2_PACKAGE_POWERTOP
2         bool "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
11         help
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"
17         depends on !BR2_bfin
18         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
19                 !BR2_USE_WCHAR