[ARM] S3C24XX: Split DCLK/CLKOUT definitions out of clock.c
commit68308ba13a24ee336c2358c736a2fb2447620671
authorBen Dooks <ben-linux@fluff.org>
Tue, 21 Oct 2008 13:06:33 +0000 (21 14:06 +0100)
committerBen Dooks <ben-linux@fluff.org>
Tue, 21 Oct 2008 13:12:13 +0000 (21 14:12 +0100)
tree7c109d32548f4bf72890a6f5120a49e7701d8dc2
parentf14bb0f0489c9c1321f80c04c08b0b20be905241
[ARM] S3C24XX: Split DCLK/CLKOUT definitions out of clock.c

Only certain boards need these clocks, and they are not
available on some CPUs (such as the S3C24A0) so remove
them from arch/arm/plat-s3c24xx/clock.c and into their
own file with appropriate Kconfig entries.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/mach-s3c2410/Kconfig
arch/arm/mach-s3c2440/Kconfig
arch/arm/plat-s3c24xx/Kconfig
arch/arm/plat-s3c24xx/Makefile
arch/arm/plat-s3c24xx/clock-dclk.c [new file with mode: 0644]
arch/arm/plat-s3c24xx/clock.c