|
@@ -3,11 +3,17 @@ menu "Linux Kernel Tools"
|
|
config BR2_LINUX_KERNEL_TOOL_CPUPOWER
|
|
config BR2_LINUX_KERNEL_TOOL_CPUPOWER
|
|
bool "cpupower"
|
|
bool "cpupower"
|
|
depends on !BR2_bfin # pciutils
|
|
depends on !BR2_bfin # pciutils
|
|
|
|
+ depends on BR2_USE_WCHAR || !BR2_NEEDS_GETTEXT # gettext
|
|
select BR2_PACKAGE_PCIUTILS
|
|
select BR2_PACKAGE_PCIUTILS
|
|
|
|
+ select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
|
|
help
|
|
help
|
|
cpupower is a collection of tools to examine and tune power
|
|
cpupower is a collection of tools to examine and tune power
|
|
saving related features of your processor.
|
|
saving related features of your processor.
|
|
|
|
|
|
|
|
+comment "cpupower needs a toolchain w/ wchar"
|
|
|
|
+ depends on !BR2_bfin
|
|
|
|
+ depends on !BR2_USE_WCHAR && BR2_NEEDS_GETTEXT
|
|
|
|
+
|
|
config BR2_LINUX_KERNEL_TOOL_PERF
|
|
config BR2_LINUX_KERNEL_TOOL_PERF
|
|
bool "perf"
|
|
bool "perf"
|
|
help
|
|
help
|