diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2010-05-20 01:51:08 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-20 02:28:32 -0400 |
commit | acc84707d3487735fc666fdeab76185d086428c0 (patch) | |
tree | 2ad25308d04b36f1fc2d0d9413f3a4fa9179331e /arch/arm/Kconfig | |
parent | 2af716ba77d26f3d291fe7c7f5a5108d4945c69f (diff) |
ARM: SAMSUNG: move S5PC100 support from plat-s5pc1xx to plat-s5p framework
This patch moves S5PC100 SoC support to plat-s5p framework. Most
periperal support code has been already moved from plat-s5pc1xx to
mach-s5pc100.
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/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 3f8718fc4050..1cb098f6950b 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -699,14 +699,14 @@ config ARCH_S5P6442 | |||
699 | help | 699 | help |
700 | Samsung S5P6442 CPU based systems | 700 | Samsung S5P6442 CPU based systems |
701 | 701 | ||
702 | config ARCH_S5PC1XX | 702 | config ARCH_S5PC100 |
703 | bool "Samsung S5PC1XX" | 703 | bool "Samsung S5PC100" |
704 | select GENERIC_GPIO | 704 | select GENERIC_GPIO |
705 | select HAVE_CLK | 705 | select HAVE_CLK |
706 | select CPU_V7 | 706 | select CPU_V7 |
707 | select ARM_L1_CACHE_SHIFT_6 | 707 | select ARM_L1_CACHE_SHIFT_6 |
708 | help | 708 | help |
709 | Samsung S5PC1XX series based systems | 709 | Samsung S5PC100 series based systems |
710 | 710 | ||
711 | config ARCH_S5PV210 | 711 | config ARCH_S5PV210 |
712 | bool "Samsung S5PV210/S5PC110" | 712 | bool "Samsung S5PV210/S5PC110" |
@@ -890,7 +890,6 @@ source "arch/arm/mach-sa1100/Kconfig" | |||
890 | source "arch/arm/plat-samsung/Kconfig" | 890 | source "arch/arm/plat-samsung/Kconfig" |
891 | source "arch/arm/plat-s3c24xx/Kconfig" | 891 | source "arch/arm/plat-s3c24xx/Kconfig" |
892 | source "arch/arm/plat-s5p/Kconfig" | 892 | source "arch/arm/plat-s5p/Kconfig" |
893 | source "arch/arm/plat-s5pc1xx/Kconfig" | ||
894 | 893 | ||
895 | if ARCH_S3C2410 | 894 | if ARCH_S3C2410 |
896 | source "arch/arm/mach-s3c2400/Kconfig" | 895 | source "arch/arm/mach-s3c2400/Kconfig" |
@@ -909,9 +908,7 @@ source "arch/arm/mach-s5p6440/Kconfig" | |||
909 | 908 | ||
910 | source "arch/arm/mach-s5p6442/Kconfig" | 909 | source "arch/arm/mach-s5p6442/Kconfig" |
911 | 910 | ||
912 | if ARCH_S5PC1XX | ||
913 | source "arch/arm/mach-s5pc100/Kconfig" | 911 | source "arch/arm/mach-s5pc100/Kconfig" |
914 | endif | ||
915 | 912 | ||
916 | source "arch/arm/mach-s5pv210/Kconfig" | 913 | source "arch/arm/mach-s5pv210/Kconfig" |
917 | 914 | ||