diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-01-26 13:41:30 +0900 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-02-20 22:33:54 +0000 |
commit | f7be9abaa5f4a64fdcca6808bb7eacb3547e574e (patch) | |
tree | 0c14f12dcf4828bcdb8096faf0a577b3cc0c942e /arch/arm/plat-s3c64xx/Kconfig | |
parent | 88fc68a280709f3fb9488986ab39eac330d17b6d (diff) | |
download | talos-obmc-linux-f7be9abaa5f4a64fdcca6808bb7eacb3547e574e.tar.gz talos-obmc-linux-f7be9abaa5f4a64fdcca6808bb7eacb3547e574e.zip |
ARM: S3C64XX: Move core support to mach-s3c64xx
Move the core S3C64XX support to mach-s3c64xx as it is unlikely to be used
outside of this directory. Also move the SoC header files in with it.
This includes the clock, cpu, cpufreq, dma, gpiolib and pll support.
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 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/plat-s3c64xx/Kconfig b/arch/arm/plat-s3c64xx/Kconfig index 4edb580a02b7..fb7e25f710e0 100644 --- a/arch/arm/plat-s3c64xx/Kconfig +++ b/arch/arm/plat-s3c64xx/Kconfig @@ -42,8 +42,4 @@ config CPU_S3C6400_CLOCK Common clock support code for the S3C6400 that is shared by other CPUs in the series, such as the S3C6410. -config S3C64XX_DMA - bool "S3C64XX DMA" - select S3C_DMA - endif |