The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / powertop / Config.in
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
13
14           https://01.org/powertop/
15
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