Config.tools.in 268 B

1234567891011
  1. menu "Linux Kernel Tools"
  2. config BR2_LINUX_KERNEL_TOOL_CPUPOWER
  3. bool "cpupower"
  4. depends on !BR2_bfin # pciutils
  5. select BR2_PACKAGE_PCIUTILS
  6. help
  7. cpupower is a collection of tools to examine and tune power
  8. saving related features of your processor.
  9. endmenu