summaryrefslogtreecommitdiffstats
path: root/rules/cpufrequtils.in
blob: fe78f52e18a610005a18841619d4ef01004b1f05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
## SECTION=shell_and_console

menuconfig CPUFREQUTILS
	tristate
	prompt "cpufrequtils                  "
	select CROSS_LIBTOOL
	select LIBSYSFS
	help
	  To make access to the Linux kernel cpufreq subsystem easier for
	  users and cpufreq userspace tools, a cpufrequtils package was
	  created.
	  Refer http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html
	  This package requires the sysfsutils.

if CPUFREQUTILS

config CPUFREQUTILS_FREQ_INFO
	bool
	prompt "install cpufreq-info"
	help
	  Command line tools to determine current CPUfreq setting

config CPUFREQUTILS_FREQ_SET
	bool
	prompt "install cpufreq-set"
	help
	  Command line tools to set current CPUfreq

endif