summaryrefslogtreecommitdiffstats
path: root/rules/cpufrequtils.in
diff options
context:
space:
mode:
authorMichael Grzeschik <m.grzeschik@pengutronix.de>2008-06-04 10:46:49 +0000
committerMichael Grzeschik <m.grzeschik@pengutronix.de>2008-06-04 10:46:49 +0000
commit9875da768c97e359a8911b062efafd43e8c99f21 (patch)
tree3837a3a41c495e79e0cf5894e44b9be05abdb2d6 /rules/cpufrequtils.in
parenta04bfaf9b27bbc0c6e79f02c5ede1335e7f13796 (diff)
downloadptxdist-9875da768c97e359a8911b062efafd43e8c99f21.tar.gz
ptxdist-9875da768c97e359a8911b062efafd43e8c99f21.tar.xz
* : tristate changes a-c.in
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8293 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/cpufrequtils.in')
-rw-r--r--rules/cpufrequtils.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/rules/cpufrequtils.in b/rules/cpufrequtils.in
index 819afc685..2fb3bd8ef 100644
--- a/rules/cpufrequtils.in
+++ b/rules/cpufrequtils.in
@@ -1,6 +1,6 @@
menuconfig CPUFREQUTILS
- bool
- prompt "cpufrequtils "
+ tristate
+ prompt "cpufrequtils "
select SYSFSUTILS
select SYSFSUTILS_LIB
help
@@ -10,16 +10,18 @@ menuconfig CPUFREQUTILS
Refer http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html
This package requires the sysfsutils.
+if CPUFREQUTILS
+
config CPUFREQUTILS_FREQ_INFO
- depends on CPUFREQUTILS
bool
prompt "install cpufreq-info"
help
Command line tools to determine current CPUfreq setting
config CPUFREQUTILS_FREQ_SET
- depends on CPUFREQUTILS
bool
prompt "install cpufreq-info"
help
Command line tools to set current CPUfreq
+
+endif