diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-04-28 18:03:57 +0900 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-10 11:44:42 +0900 |
commit | af337f3e633a198034a99450416257ddf2307497 (patch) | |
tree | e5e308a4373f4981fc0c5a6361402f29644c677d /arch/arm/plat-s3c24xx/Kconfig | |
parent | d11a7d7100123d178821f82ecc11ba2d9d6e97c8 (diff) | |
download | talos-obmc-linux-af337f3e633a198034a99450416257ddf2307497.tar.gz talos-obmc-linux-af337f3e633a198034a99450416257ddf2307497.zip |
ARM: S3C2443: Move parts of the clock code to common clock file
To share code with some of the newer parts such as the S3C2416, move
parts of arch/arm/mach-s3c2443/clock.c to a common file called
arch/arm/plat-s3c24xx/s3c2443-clock.c.
Update the build configuration to deal with this new file.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c24xx/Kconfig')
-rw-r--r-- | arch/arm/plat-s3c24xx/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c24xx/Kconfig b/arch/arm/plat-s3c24xx/Kconfig index a830fad6f89e..3ce8f010b3c6 100644 --- a/arch/arm/plat-s3c24xx/Kconfig +++ b/arch/arm/plat-s3c24xx/Kconfig @@ -45,6 +45,12 @@ config S3C2410_CLOCK Clock code for the S3C2410, and similar processors which is currently includes the S3C2410, S3C2440, S3C2442. +config S3C2443_CLOCK + bool + help + Clock code for the S3C2443 and similar processors, which includes + the S3C2416 and S3C2450. + config S3C24XX_DCLK bool help |