aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/Kconfig.arm
diff options
context:
space:
mode:
authorKukjin Kim <kgene.kim@samsung.com>2011-06-01 17:18:22 -0400
committerDave Jones <davej@redhat.com>2011-07-13 18:29:51 -0400
commitf7d770790f29781116d0de1339214934b8020c1e (patch)
treeecdc61b77b8d7c560ea35dd40169a2c2452db9b8 /drivers/cpufreq/Kconfig.arm
parentbe2de99beaca6506a1f97a636750c108a41b5c00 (diff)
[CPUFREQ] Move ARM Samsung cpufreq drivers to drivers/cpufreq/
According to discussion of the ARM arch subsystem migration, ARM cpufreq drivers move to drivers/cpufreq. So this patch adds Kconfig.arm for ARM like x86 and adds Samsung S5PV210 and EXYNOS4210 cpufreq driver compile in there. As a note, otherw will be moved. Cc: Dave Jones <davej@redhat.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com> Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'drivers/cpufreq/Kconfig.arm')
-rw-r--r--drivers/cpufreq/Kconfig.arm23
1 files changed, 23 insertions, 0 deletions
diff --git a/drivers/cpufreq/Kconfig.arm b/drivers/cpufreq/Kconfig.arm
new file mode 100644
index 000000000000..e5c56c7b3389
--- /dev/null
+++ b/drivers/cpufreq/Kconfig.arm
@@ -0,0 +1,23 @@
1#
2# ARM CPU Frequency scaling drivers
3#
4
5config ARM_S5PV210_CPUFREQ
6 bool "Samsung S5PV210 and S5PC110"
7 depends on CPU_S5PV210
8 default y
9 help
10 This adds the CPUFreq driver for Samsung S5PV210 and
11 S5PC110 SoCs.
12
13 If in doubt, say N.
14
15config ARM_EXYNOS4210_CPUFREQ
16 bool "Samsung EXYNOS4210"
17 depends on CPU_EXYNOS4210
18 default y
19 help
20 This adds the CPUFreq driver for Samsung EXYNOS4210
21 SoC (S5PV310 or S5PC210).
22
23 If in doubt, say N.