diff options
Diffstat (limited to 'linux/Config.tools.in')
-rw-r--r-- | linux/Config.tools.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/linux/Config.tools.in b/linux/Config.tools.in new file mode 100644 index 0000000000..008e68c5f4 --- /dev/null +++ b/linux/Config.tools.in @@ -0,0 +1,11 @@ +menu "Linux Kernel Tools" + +config BR2_LINUX_KERNEL_TOOL_CPUPOWER + bool "cpupower" + depends on !BR2_bfin # pciutils + select BR2_PACKAGE_PCIUTILS + help + cpupower is a collection of tools to examine and tune power + saving related features of your processor. + +endmenu |