diff options
Diffstat (limited to 'drivers/cpufreq/Kconfig.arm')
-rw-r--r-- | drivers/cpufreq/Kconfig.arm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/cpufreq/Kconfig.arm b/drivers/cpufreq/Kconfig.arm index 04f7862eacd3..920c469f3953 100644 --- a/drivers/cpufreq/Kconfig.arm +++ b/drivers/cpufreq/Kconfig.arm | |||
@@ -23,6 +23,16 @@ config ARM_BRCMSTB_AVS_CPUFREQ | |||
23 | 23 | ||
24 | Say Y, if you have a Broadcom SoC with AVS support for DFS or DVFS. | 24 | Say Y, if you have a Broadcom SoC with AVS support for DFS or DVFS. |
25 | 25 | ||
26 | config ARM_BRCMSTB_AVS_CPUFREQ_DEBUG | ||
27 | bool "Broadcom STB AVS CPUfreq driver sysfs debug capability" | ||
28 | depends on ARM_BRCMSTB_AVS_CPUFREQ | ||
29 | help | ||
30 | Enabling this option turns on debug support via sysfs under | ||
31 | /sys/kernel/debug/brcmstb-avs-cpufreq. It is possible to read all and | ||
32 | write some AVS mailbox registers through sysfs entries. | ||
33 | |||
34 | If in doubt, say N. | ||
35 | |||
26 | config ARM_DT_BL_CPUFREQ | 36 | config ARM_DT_BL_CPUFREQ |
27 | tristate "Generic probing via DT for ARM big LITTLE CPUfreq driver" | 37 | tristate "Generic probing via DT for ARM big LITTLE CPUfreq driver" |
28 | depends on ARM_BIG_LITTLE_CPUFREQ && OF | 38 | depends on ARM_BIG_LITTLE_CPUFREQ && OF |