aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c2416/Kconfig
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2010-04-29 22:12:58 -0400
committerBen Dooks <ben-linux@fluff.org>2010-05-09 22:44:43 -0400
commit8d6f8658305db969981f64a22296b487ef2f1148 (patch)
tree7c5de11b14ae048489e41d3cff15f5a89b1beb61 /arch/arm/mach-s3c2416/Kconfig
parentaf337f3e633a198034a99450416257ddf2307497 (diff)
ARM: S3C2416: Add basic clock support
Add basic clock support for the PLLs, HSMMC channels and PWM clocks. This is enough to get a basic system up and running. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c2416/Kconfig')
-rw-r--r--arch/arm/mach-s3c2416/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2416/Kconfig b/arch/arm/mach-s3c2416/Kconfig
index 528f27348b68..677f963ee49e 100644
--- a/arch/arm/mach-s3c2416/Kconfig
+++ b/arch/arm/mach-s3c2416/Kconfig
@@ -10,6 +10,8 @@ config CPU_S3C2416
10 select CPU_ARM926T 10 select CPU_ARM926T
11 select S3C2416_DMA if S3C2410_DMA 11 select S3C2416_DMA if S3C2410_DMA
12 select CPU_LLSERIAL_S3C2440 12 select CPU_LLSERIAL_S3C2440
13 select SAMSUNG_CLKSRC
14 select S3C2443_CLOCK
13 help 15 help
14 Support for the S3C2416 SoC from the S3C24XX line 16 Support for the S3C2416 SoC from the S3C24XX line
15 17