diff options
author | Heiko Stuebner <heiko@sntech.de> | 2012-03-07 10:47:01 +0100 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-03-07 10:47:01 +0100 |
commit | 28c569f6957859d7d53681e00758980750da0250 (patch) | |
tree | aee4a87960b04b872b7a625ac43aa2c488e5442a /arch/arm/plat-s3c24xx/Kconfig | |
parent | Merge branch 'topic/cleanup-s3c24xx' into next/cleanup-s3c24xx (diff) | |
download | linux-28c569f6957859d7d53681e00758980750da0250.tar.xz linux-28c569f6957859d7d53681e00758980750da0250.zip |
ARM: S3C24XX: Move common-smdk code to mach directory
This code is used by boards based on the S3C2410/S3C2440/S3C2416.
The patch includes also a rename of the option, as the smdk code
is not a mach itself, but only an extension with common code.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/plat-s3c24xx/Kconfig')
-rw-r--r-- | arch/arm/plat-s3c24xx/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/plat-s3c24xx/Kconfig b/arch/arm/plat-s3c24xx/Kconfig index 74f76e023e45..73ebc40e0eb9 100644 --- a/arch/arm/plat-s3c24xx/Kconfig +++ b/arch/arm/plat-s3c24xx/Kconfig @@ -119,11 +119,6 @@ config S3C2412_IOTIMING Intel node to select io timing code that is common to the s3c2412 and the s3c2443. -config MACH_SMDK - bool - help - Common machine code for SMDK2410 and SMDK2440 - config S3C24XX_SIMTEC_AUDIO bool depends on (ARCH_BAST || MACH_VR1000 || MACH_OSIRIS || MACH_ANUBIS) |