diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2012-02-03 00:29:23 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-03-02 17:44:51 -0500 |
commit | b130d5c29544fe4cedafd35b112d27a06550d844 (patch) | |
tree | 3a12051f935c7a3ea819a4fee606b8a139523c9b /arch/arm/plat-s3c24xx/Kconfig | |
parent | 507164d22357b26ac73411f42765054045ca0b76 (diff) |
ARM: S3C24XX: change the ARCH_S3C2410 to ARCH_S3C24XX
This patch changes the ARCH name to "ARCH_S3C24XX" for Samsung
S3C2410, S3C2412, S3C2413, S3C2416, S3C2440, S3C2442, S3C2443,
and S3C2450 SoCs so that we can merge the mach-xxx directories
and plat-s3c24xx dir. to just one mach-s3c24xx for them.
I think this should be sent to upstream via samsung tree because
this touches many samsung stuff.
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Cc: Chris Ball <cjb@laptop.org>
Cc: David Woodhouse <dwmw2@infradead.org>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Grant Likely <grant.likely@secretlab.ca>
Cc: Greg Kroah-Hartman <gregkh@suse.de>
[for the gadget part:]
Acked-by: Felipe Balbi <balbi@ti.com>
[for the framebuffer (video) part:]
Acked-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
[For the watchdog-part:]
Acked-by: Wim Van Sebroeck <wim@iguana.be>
Cc: Sangbeom Kim <sbkim73@samsung.com>
Cc: Liam Girdwood <lrg@ti.com>
Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: Russell King <rmk+kernel@arm.linux.org.uk>
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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/plat-s3c24xx/Kconfig b/arch/arm/plat-s3c24xx/Kconfig index 6b1d9184e96c..5a67eda57bb2 100644 --- a/arch/arm/plat-s3c24xx/Kconfig +++ b/arch/arm/plat-s3c24xx/Kconfig | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | config PLAT_S3C24XX | 5 | config PLAT_S3C24XX |
6 | bool | 6 | bool |
7 | depends on ARCH_S3C2410 | 7 | depends on ARCH_S3C24XX |
8 | default y | 8 | default y |
9 | select NO_IOPORT | 9 | select NO_IOPORT |
10 | select ARCH_REQUIRE_GPIOLIB | 10 | select ARCH_REQUIRE_GPIOLIB |
@@ -84,7 +84,7 @@ config PM_SIMTEC | |||
84 | 84 | ||
85 | config S3C2410_DMA | 85 | config S3C2410_DMA |
86 | bool "S3C2410 DMA support" | 86 | bool "S3C2410 DMA support" |
87 | depends on ARCH_S3C2410 | 87 | depends on ARCH_S3C24XX |
88 | select S3C_DMA | 88 | select S3C_DMA |
89 | help | 89 | help |
90 | S3C2410 DMA support. This is needed for drivers like sound which | 90 | S3C2410 DMA support. This is needed for drivers like sound which |
@@ -93,7 +93,7 @@ config S3C2410_DMA | |||
93 | 93 | ||
94 | config S3C2410_DMA_DEBUG | 94 | config S3C2410_DMA_DEBUG |
95 | bool "S3C2410 DMA support debug" | 95 | bool "S3C2410 DMA support debug" |
96 | depends on ARCH_S3C2410 && S3C2410_DMA | 96 | depends on ARCH_S3C24XX && S3C2410_DMA |
97 | help | 97 | help |
98 | Enable debugging output for the DMA code. This option sends info | 98 | Enable debugging output for the DMA code. This option sends info |
99 | to the kernel log, at priority KERN_DEBUG. | 99 | to the kernel log, at priority KERN_DEBUG. |