diff options
author | Heiko Stuebner <heiko@sntech.de> | 2012-03-07 01:47:15 -0800 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-03-07 01:47:15 -0800 |
commit | 2c5689a7c96ea4c04f0454cd29eaf957a3080877 (patch) | |
tree | 2fb8dd5bbddc1dc55d30b62c273b0ab1705d6e70 /arch/arm/plat-s3c24xx/Kconfig | |
parent | ec2cc753f47bfb4ce3584eb8cd9119340617bf12 (diff) | |
download | blackbird-op-linux-2c5689a7c96ea4c04f0454cd29eaf957a3080877.tar.gz blackbird-op-linux-2c5689a7c96ea4c04f0454cd29eaf957a3080877.zip |
ARM: S3C24XX: Move device setup files to mach directory
Includes a small rename of the SETUP_TS option to a S3C24XX prefix.
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 0338d207475d..21bf6adb9198 100644 --- a/arch/arm/plat-s3c24xx/Kconfig +++ b/arch/arm/plat-s3c24xx/Kconfig @@ -113,9 +113,4 @@ config S3C2412_IOTIMING Intel node to select io timing code that is common to the s3c2412 and the s3c2443. -config S3C2410_SETUP_TS - bool - help - Compile in platform device definition for Samsung TouchScreen. - endif |