summaryrefslogtreecommitdiff
path: root/linux/Config.tools.in
diff options
context:
space:
mode:
Diffstat (limited to 'linux/Config.tools.in')
-rw-r--r--linux/Config.tools.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/linux/Config.tools.in b/linux/Config.tools.in
index 09bcfabf1..5ada98d9e 100644
--- a/linux/Config.tools.in
+++ b/linux/Config.tools.in
@@ -3,11 +3,17 @@ menu "Linux Kernel Tools"
config BR2_LINUX_KERNEL_TOOL_CPUPOWER
bool "cpupower"
depends on !BR2_bfin # pciutils
+ depends on BR2_USE_WCHAR || !BR2_NEEDS_GETTEXT # gettext
select BR2_PACKAGE_PCIUTILS
+ select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
help
cpupower is a collection of tools to examine and tune power
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
bool "perf"
help