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.arm32
1 files changed, 32 insertions, 0 deletions
diff --git a/drivers/cpufreq/Kconfig.arm b/drivers/cpufreq/Kconfig.arm
index bc3917d6015a..7d6290de3af2 100644
--- a/drivers/cpufreq/Kconfig.arm
+++ b/drivers/cpufreq/Kconfig.arm
@@ -60,6 +60,38 @@ config ARM_IMX6Q_CPUFREQ
If in doubt, say N.
+config ARM_IMX7D_CPUFREQ
+ tristate "Freescale i.MX7 cpufreq support"
+ depends on ARCH_MXC
+ help
+ This adds cpufreq driver support for Freescale i.MX7 series SoCs.
+
+ If in doubt, say N.
+
+config ARM_IMX7ULP_CPUFREQ
+ tristate "NXP i.MX7ULP cpufreq support"
+ depends on ARCH_MXC
+ help
+ This adds cpufreq driver support for NXP i.MX7ULP series SoCs.
+
+ If in doubt, say N.
+
+config ARM_IMX8_CPUFREQ
+ tristate "NXP i.MX8 cpufreq support"
+ select PM_OPP
+ help
+ This adds cpufreq driver support for NXP i.MX8 series SoCs.
+
+ If in doubt, say N.
+
+config ARM_IMX8MQ_CPUFREQ
+ tristate "NXP i.MX8MQ cpufreq support"
+ select PM_OPP
+ help
+ This adds cpufreq driver support for NXP i.MX8MQ series SoCs.
+
+ If in doubt, say N.
+
config ARM_INTEGRATOR
tristate "CPUfreq driver for ARM Integrator CPUs"
depends on ARCH_INTEGRATOR