diff options
author | Ben Dooks <ben-linux@fluff.org> | 2009-11-30 20:24:35 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-01-15 03:10:09 -0500 |
commit | 399cae747426a6acdba8e347edef241a05a08b09 (patch) | |
tree | d627cf3bf23de1fabb919cb9ccf82bb78c0249b8 /arch/arm/plat-s3c64xx/Kconfig | |
parent | aa9ad6ad9c16e1daff41792c485f46e601a5af33 (diff) |
ARM: S3C64XX: Use new clock-clksrc.c code for clocks.
Move the s3c6400-clock.c implementation over to use the new common
plat-samsung based clock-clksrc.c.
Note, this does not delete the clocks definitions that are now unused
in the regs-clock.h to reduce the quantity of change in this commit.
Based on original patches by Harald Welte.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c64xx/Kconfig')
-rw-r--r-- | arch/arm/plat-s3c64xx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c64xx/Kconfig b/arch/arm/plat-s3c64xx/Kconfig index e6da87a5885c..bec12242706b 100644 --- a/arch/arm/plat-s3c64xx/Kconfig +++ b/arch/arm/plat-s3c64xx/Kconfig | |||
@@ -13,6 +13,7 @@ config PLAT_S3C64XX | |||
13 | select ARM_VIC | 13 | select ARM_VIC |
14 | select NO_IOPORT | 14 | select NO_IOPORT |
15 | select ARCH_REQUIRE_GPIOLIB | 15 | select ARCH_REQUIRE_GPIOLIB |
16 | select SAMSUNG_CLKSRC | ||
16 | select S3C_GPIO_TRACK | 17 | select S3C_GPIO_TRACK |
17 | select S3C_GPIO_PULL_UPDOWN | 18 | select S3C_GPIO_PULL_UPDOWN |
18 | select S3C_GPIO_CFG_S3C24XX | 19 | select S3C_GPIO_CFG_S3C24XX |