diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2010-05-20 01:51:11 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-20 02:28:45 -0400 |
commit | a73e3e6f8f5847c00edb9dd7aab19d005a3d6e5c (patch) | |
tree | 61cfc338e7e58134f078eb79c35f5a6ab9cb6ea8 /arch/arm/plat-s5pc1xx/Kconfig | |
parent | 80dfd9556a94fe479fde86370713aafd33b61a0c (diff) |
ARM: remove obsolete plat-s5pc1xx directory
This patch removes all obsolete files from plat-s5pc1xx. This directory is
no longer needed. S5PC100 SoC is now completely supported in plat-s5p
framework.
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s5pc1xx/Kconfig')
-rw-r--r-- | arch/arm/plat-s5pc1xx/Kconfig | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/arch/arm/plat-s5pc1xx/Kconfig b/arch/arm/plat-s5pc1xx/Kconfig deleted file mode 100644 index ab58758393f3..000000000000 --- a/arch/arm/plat-s5pc1xx/Kconfig +++ /dev/null | |||
@@ -1,42 +0,0 @@ | |||
1 | # Copyright 2009 Samsung Electronics Co. | ||
2 | # Byungho Min <bhmin@samsung.com> | ||
3 | # | ||
4 | # Licensed under GPLv2 | ||
5 | |||
6 | config PLAT_S5PC1XX | ||
7 | bool | ||
8 | depends on ARCH_S5PC1XX | ||
9 | default y | ||
10 | select PLAT_S3C | ||
11 | select ARM_VIC | ||
12 | select NO_IOPORT | ||
13 | select ARCH_REQUIRE_GPIOLIB | ||
14 | select SAMSUNG_CLKSRC | ||
15 | select SAMSUNG_IRQ_UART | ||
16 | select SAMSUNG_IRQ_VIC_TIMER | ||
17 | select S3C_GPIO_TRACK | ||
18 | select S3C_GPIO_PULL_UPDOWN | ||
19 | select S5P_GPIO_DRVSTR | ||
20 | select S3C_GPIO_CFG_S3C24XX | ||
21 | select S3C_GPIO_CFG_S3C64XX | ||
22 | select SAMSUNG_GPIOLIB_4BIT | ||
23 | help | ||
24 | Base platform code for any Samsung S5PC1XX device | ||
25 | |||
26 | if PLAT_S5PC1XX | ||
27 | |||
28 | # Configuration options shared by all S3C64XX implementations | ||
29 | |||
30 | config CPU_S5PC100_INIT | ||
31 | bool | ||
32 | help | ||
33 | Common initialisation code for the S5PC1XX | ||
34 | |||
35 | config CPU_S5PC100_CLOCK | ||
36 | bool | ||
37 | help | ||
38 | Common clock support code for the S5PC1XX | ||
39 | |||
40 | # platform specific device setup | ||
41 | |||
42 | endif | ||