diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-01-26 01:49:15 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-02-20 17:34:03 -0500 |
commit | 89f0ce721c0bc95c109300edcd8525d8ea5df8f2 (patch) | |
tree | 08e78d0bdd126486ef59f9d5fa01c264a93bf44f | |
parent | 55bf9267dd628c9369674ca75f5b00e275529289 (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>
-rw-r--r-- | arch/arm/Kconfig | 16 | ||||
-rw-r--r-- | arch/arm/Makefile | 2 | ||||
-rw-r--r-- | arch/arm/plat-s3c64xx/Kconfig | 15 |
3 files changed, 16 insertions, 17 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 | ||
628 | config ARCH_S3C64XX | 628 | config 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 | ||
785 | source "arch/arm/plat-samsung/Kconfig" | 800 | source "arch/arm/plat-samsung/Kconfig" |
786 | source "arch/arm/plat-s3c24xx/Kconfig" | 801 | source "arch/arm/plat-s3c24xx/Kconfig" |
787 | source "arch/arm/plat-s3c64xx/Kconfig" | ||
788 | source "arch/arm/plat-s3c/Kconfig" | 802 | source "arch/arm/plat-s3c/Kconfig" |
789 | source "arch/arm/plat-s5p/Kconfig" | 803 | source "arch/arm/plat-s5p/Kconfig" |
790 | source "arch/arm/plat-s5pc1xx/Kconfig" | 804 | source "arch/arm/plat-s5pc1xx/Kconfig" |
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index ecf963d61aed..c1300d88a014 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
@@ -183,7 +183,7 @@ plat-$(CONFIG_PLAT_NOMADIK) := nomadik | |||
183 | plat-$(CONFIG_PLAT_ORION) := orion | 183 | plat-$(CONFIG_PLAT_ORION) := orion |
184 | plat-$(CONFIG_PLAT_PXA) := pxa | 184 | plat-$(CONFIG_PLAT_PXA) := pxa |
185 | plat-$(CONFIG_PLAT_S3C24XX) := s3c24xx s3c samsung | 185 | plat-$(CONFIG_PLAT_S3C24XX) := s3c24xx s3c samsung |
186 | plat-$(CONFIG_PLAT_S3C64XX) := s3c64xx s3c samsung | 186 | plat-$(CONFIG_ARCH_S3C64XX) := s3c64xx s3c samsung |
187 | plat-$(CONFIG_PLAT_S5PC1XX) := s5pc1xx s3c samsung | 187 | plat-$(CONFIG_PLAT_S5PC1XX) := s5pc1xx s3c samsung |
188 | plat-$(CONFIG_PLAT_S5P) := s5p samsung s3c | 188 | plat-$(CONFIG_PLAT_S5P) := s5p samsung s3c |
189 | plat-$(CONFIG_ARCH_STMP3XXX) := stmp3xxx | 189 | plat-$(CONFIG_ARCH_STMP3XXX) := stmp3xxx |
diff --git a/arch/arm/plat-s3c64xx/Kconfig b/arch/arm/plat-s3c64xx/Kconfig index 94ac74eeca5f..ae034c2267f3 100644 --- a/arch/arm/plat-s3c64xx/Kconfig +++ b/arch/arm/plat-s3c64xx/Kconfig | |||
@@ -8,20 +8,5 @@ config PLAT_S3C64XX | |||
8 | bool | 8 | bool |
9 | depends on ARCH_S3C64XX | 9 | depends on ARCH_S3C64XX |
10 | default y | 10 | default y |
11 | select CPU_V6 | ||
12 | select PLAT_S3C | ||
13 | select ARM_VIC | ||
14 | select NO_IOPORT | ||
15 | select ARCH_REQUIRE_GPIOLIB | ||
16 | select SAMSUNG_CLKSRC | ||
17 | select SAMSUNG_IRQ_VIC_TIMER | ||
18 | select SAMSUNG_IRQ_UART | ||
19 | select S3C_GPIO_TRACK | ||
20 | select S3C_GPIO_PULL_UPDOWN | ||
21 | select S3C_GPIO_CFG_S3C24XX | ||
22 | select S3C_GPIO_CFG_S3C64XX | ||
23 | select S3C_DEV_NAND | ||
24 | select USB_ARCH_HAS_OHCI | ||
25 | select SAMSUNG_GPIOLIB_4BIT | ||
26 | help | 11 | help |
27 | Base platform code for any Samsung S3C64XX device | 12 | Base platform code for any Samsung S3C64XX device |