ARM: S5pv210: compiling issue, ARM_S5PV210_CPUFREQ needs CONFIG_CPU_FREQ_TABLE=y
[deliverable/linux.git] / drivers / cpufreq / Kconfig.arm
index 25d866a32f51508c3e71a4be509f350b79b61506..f3af18b9acc50f299b7f105b5e0b59effe5f4f33 100644 (file)
@@ -42,6 +42,15 @@ config ARM_EXYNOS5250_CPUFREQ
          This adds the CPUFreq driver for Samsung EXYNOS5250
          SoC.
 
+config ARM_EXYNOS5440_CPUFREQ
+       def_bool SOC_EXYNOS5440
+       depends on HAVE_CLK && PM_OPP && OF
+       help
+         This adds the CPUFreq driver for Samsung EXYNOS5440
+         SoC. The nature of exynos5440 clock controller is
+         different than previous exynos controllers so not using
+         the common exynos framework.
+
 config ARM_HIGHBANK_CPUFREQ
        tristate "Calxeda Highbank-based"
        depends on ARCH_HIGHBANK
@@ -66,6 +75,14 @@ config ARM_IMX6Q_CPUFREQ
 
          If in doubt, say N.
 
+config ARM_INTEGRATOR
+       tristate "CPUfreq driver for ARM Integrator CPUs"
+       depends on ARCH_INTEGRATOR
+       default y
+       help
+         This enables the CPUfreq driver for ARM Integrator CPUs.
+         If in doubt, say Y.
+
 config ARM_KIRKWOOD_CPUFREQ
        def_bool ARCH_KIRKWOOD && OF
        help
@@ -112,6 +129,7 @@ config ARM_S3C64XX_CPUFREQ
 config ARM_S5PV210_CPUFREQ
        bool "Samsung S5PV210 and S5PC110"
        depends on CPU_S5PV210
+       select CPU_FREQ_TABLE
        default y
        help
          This adds the CPUFreq driver for Samsung S5PV210 and
@@ -119,6 +137,12 @@ config ARM_S5PV210_CPUFREQ
 
          If in doubt, say N.
 
+config ARM_SA1100_CPUFREQ
+       bool
+
+config ARM_SA1110_CPUFREQ
+       bool
+
 config ARM_SPEAR_CPUFREQ
        bool "SPEAr CPUFreq support"
        depends on PLAT_SPEAR
This page took 0.023599 seconds and 5 git commands to generate.