summaryrefslogtreecommitdiff
path: root/drivers/cpufreq/Kconfig.arm
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/cpufreq/Kconfig.arm')
-rw-r--r--drivers/cpufreq/Kconfig.arm9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/cpufreq/Kconfig.arm b/drivers/cpufreq/Kconfig.arm
index a0b3661d90b..8db6f17b749 100644
--- a/drivers/cpufreq/Kconfig.arm
+++ b/drivers/cpufreq/Kconfig.arm
@@ -83,3 +83,12 @@ config ARM_SPEAR_CPUFREQ
default y
help
This adds the CPUFreq driver support for SPEAr SOCs.
+
+config ARM_VEXPRESS_BL_CPUFREQ
+ tristate "CPUfreq driver for ARM Vexpress big.LITTLE CPUs"
+ depends on ARCH_VEXPRESS && CPU_FREQ
+ help
+ This enables the CPUfreq driver for ARM Vexpress big.LITTLE
+ platform.
+
+ If in doubt, say N.