aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2010-01-26 01:49:15 -0500
committerBen Dooks <ben-linux@fluff.org>2010-02-20 17:34:03 -0500
commit89f0ce721c0bc95c109300edcd8525d8ea5df8f2 (patch)
tree08e78d0bdd126486ef59f9d5fa01c264a93bf44f /arch/arm/Kconfig
parent55bf9267dd628c9369674ca75f5b00e275529289 (diff)
ARM: S3C64XX: Remove plat-s3c64xx Kconfig and PLAT_S3C64XX
Remove the Kconfig and PLAT_S3C64XX defines for the previous S3C64XX directory structure now that the code is moved into mach-s3c64xx. Note, we cannot currently remove plat-s3c64xx directory as we have a pair of include files used within plat-s3c and plat-samsung that need to find a new home. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig16
1 files changed, 15 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 685ff7effff9..89fbed5e11ec 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -627,9 +627,24 @@ config ARCH_S3C2410
627 627
628config ARCH_S3C64XX 628config ARCH_S3C64XX
629 bool "Samsung S3C64XX" 629 bool "Samsung S3C64XX"
630 select PLAT_S3C
631 select CPU_V6
630 select GENERIC_GPIO 632 select GENERIC_GPIO
633 select ARM_VIC
631 select HAVE_CLK 634 select HAVE_CLK
635 select NO_IOPORT
632 select ARCH_HAS_CPUFREQ 636 select ARCH_HAS_CPUFREQ
637 select ARCH_REQUIRE_GPIOLIB
638 select SAMSUNG_CLKSRC
639 select SAMSUNG_IRQ_VIC_TIMER
640 select SAMSUNG_IRQ_UART
641 select S3C_GPIO_TRACK
642 select S3C_GPIO_PULL_UPDOWN
643 select S3C_GPIO_CFG_S3C24XX
644 select S3C_GPIO_CFG_S3C64XX
645 select S3C_DEV_NAND
646 select USB_ARCH_HAS_OHCI
647 select SAMSUNG_GPIOLIB_4BIT
633 help 648 help
634 Samsung S3C64XX series based systems 649 Samsung S3C64XX series based systems
635 650
@@ -784,7 +799,6 @@ source "arch/arm/mach-dove/Kconfig"
784 799
785source "arch/arm/plat-samsung/Kconfig" 800source "arch/arm/plat-samsung/Kconfig"
786source "arch/arm/plat-s3c24xx/Kconfig" 801source "arch/arm/plat-s3c24xx/Kconfig"
787source "arch/arm/plat-s3c64xx/Kconfig"
788source "arch/arm/plat-s3c/Kconfig" 802source "arch/arm/plat-s3c/Kconfig"
789source "arch/arm/plat-s5p/Kconfig" 803source "arch/arm/plat-s5p/Kconfig"
790source "arch/arm/plat-s5pc1xx/Kconfig" 804source "arch/arm/plat-s5pc1xx/Kconfig"