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 /arch/arm/plat-s3c64xx | |
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>
Diffstat (limited to 'arch/arm/plat-s3c64xx')
-rw-r--r-- | arch/arm/plat-s3c64xx/Kconfig | 15 |
1 files changed, 0 insertions, 15 deletions
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 |