lkml.org 
[lkml]   [2011]   [May]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] CPUFREQ/S5PV210,EXYNOS4: Add Kconfig options for S5PV210 and EXYNOS4 CPUfreq drivers
This patch adds CONFIG_CPU_FREQ_S5PV210 and CONFIG_CPU_FREQ_EXYNOS4
to the machine Kconfig files.

Signed-off-by: Donggeun Kim <dg77.kim@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
---
arch/arm/mach-exynos4/Kconfig | 7 +++++++
arch/arm/mach-s5pv210/Kconfig | 7 +++++++
2 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-exynos4/Kconfig b/arch/arm/mach-exynos4/Kconfig
index e849f67..123e5e2 100644
--- a/arch/arm/mach-exynos4/Kconfig
+++ b/arch/arm/mach-exynos4/Kconfig
@@ -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"
diff --git a/arch/arm/mach-s5pv210/Kconfig b/arch/arm/mach-s5pv210/Kconfig
index 37b5a97..376e824 100644
--- a/arch/arm/mach-s5pv210/Kconfig
+++ b/arch/arm/mach-s5pv210/Kconfig
@@ -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
--
1.7.4.1


\
 
 \ /
  Last update: 2011-05-27 10:07    [W:0.048 / U:0.220 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site