@@ -91,6 +91,13 @@ config EXYNOS4_SETUP_FIMC
help
Common setup code for the camera interfaces.
+config CPU_FREQ_EXYNOS4
+ bool
+ depends on CPU_FREQ && ARCH_EXYNOS4
+ default y
+ help
+ This enabls the CPUfreq driver for EXYNOS4.
+
# machine support
menu "EXYNOS4 Machines"
@@ -59,6 +59,13 @@ config S5PV210_SETUP_FIMC
help
Common setup code for the camera interfaces.
+config CPU_FREQ_S5PV210
+ bool
+ depends on CPU_FREQ && CPU_S5PV210
+ default y
+ help
+ This enabls the CPUfreq driver for S5PV210.
+
menu "S5PC110 Machines"
config MACH_AQUILA