diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-01-30 09:19:59 +0200 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-03-07 22:56:07 +0000 |
commit | 9aa753c4422492547a190df8a3b6a56282669f9b (patch) | |
tree | d7d4b590727865bfec580de1263654a1b94db2da /arch/arm/mach-s3c2443/Kconfig | |
parent | 4ec07bba6945290c48dcc5b789cbd7adeabd7695 (diff) | |
download | kernel_samsung_smdk4412-9aa753c4422492547a190df8a3b6a56282669f9b.zip kernel_samsung_smdk4412-9aa753c4422492547a190df8a3b6a56282669f9b.tar.gz kernel_samsung_smdk4412-9aa753c4422492547a190df8a3b6a56282669f9b.tar.bz2 |
ARM: S3C2443: Change to using plat-samsung clksrc-clk implementation
The S3C2443 clock code could easily make use of the clksrc implementation
in plat-samsung for many of the clocks. Make the clocks that easily move
to clksrc-clk over, update any initialisation and remove the old register
definitions from the header file (it is only being used once).
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c2443/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c2443/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2443/Kconfig b/arch/arm/mach-s3c2443/Kconfig index 4314c44..698140a 100644 --- a/arch/arm/mach-s3c2443/Kconfig +++ b/arch/arm/mach-s3c2443/Kconfig @@ -7,6 +7,7 @@ config CPU_S3C2443 depends on ARCH_S3C2410 select S3C2443_DMA if S3C2410_DMA select CPU_LLSERIAL_S3C2440 + select SAMSUNG_CLKSRC help Support for the S3C2443 SoC from the S3C24XX line |