diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2010-08-06 07:33:46 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-10-20 18:52:15 -0400 |
commit | ca0ffd469af6a00a24a1f888ac280e3e7d4951f5 (patch) | |
tree | 741ad8500e37c856719d0f1024dda8ba18c2356c /arch/arm/mach-s5pv310 | |
parent | c05b48af822c415baeadafa6c4a4ea7f79f337db (diff) |
ARM: S5PV310: update S5PV310 Kconfig for supporting multiple machines
This patch updates Kconfig of mach-s5pv310 for easily dividing S5PC210
and S5PV310 boards. S5PC210(MCP) machines and S5PV310 machines can be
build into one kernel, this will be provied/submitted when new defconfig
can be merged.
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pv310')
-rw-r--r-- | arch/arm/mach-s5pv310/Kconfig | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/arch/arm/mach-s5pv310/Kconfig b/arch/arm/mach-s5pv310/Kconfig index ae8e55405dd9..9ac29fed44dc 100644 --- a/arch/arm/mach-s5pv310/Kconfig +++ b/arch/arm/mach-s5pv310/Kconfig | |||
@@ -27,6 +27,8 @@ config S5PV310_SETUP_I2C2 | |||
27 | 27 | ||
28 | # machine support | 28 | # machine support |
29 | 29 | ||
30 | menu "S5PC210 Machines" | ||
31 | |||
30 | config MACH_SMDKC210 | 32 | config MACH_SMDKC210 |
31 | bool "SMDKC210" | 33 | bool "SMDKC210" |
32 | select CPU_S5PV310 | 34 | select CPU_S5PV310 |
@@ -35,13 +37,6 @@ config MACH_SMDKC210 | |||
35 | Machine support for Samsung SMDKC210 | 37 | Machine support for Samsung SMDKC210 |
36 | S5PC210(MCP) is one of package option of S5PV310 | 38 | S5PC210(MCP) is one of package option of S5PV310 |
37 | 39 | ||
38 | config MACH_SMDKV310 | ||
39 | bool "SMDKV310" | ||
40 | select CPU_S5PV310 | ||
41 | select ARCH_SPARSEMEM_ENABLE | ||
42 | help | ||
43 | Machine support for Samsung SMDKV310 | ||
44 | |||
45 | config MACH_UNIVERSAL_C210 | 40 | config MACH_UNIVERSAL_C210 |
46 | bool "Mobile UNIVERSAL_C210 Board" | 41 | bool "Mobile UNIVERSAL_C210 Board" |
47 | select CPU_S5PV310 | 42 | select CPU_S5PV310 |
@@ -50,4 +45,17 @@ config MACH_UNIVERSAL_C210 | |||
50 | Machine support for Samsung Mobile Universal S5PC210 Reference | 45 | Machine support for Samsung Mobile Universal S5PC210 Reference |
51 | Board. S5PC210(MCP) is one of package option of S5PV310 | 46 | Board. S5PC210(MCP) is one of package option of S5PV310 |
52 | 47 | ||
48 | endmenu | ||
49 | |||
50 | menu "S5PV310 Machines" | ||
51 | |||
52 | config MACH_SMDKV310 | ||
53 | bool "SMDKV310" | ||
54 | select CPU_S5PV310 | ||
55 | select ARCH_SPARSEMEM_ENABLE | ||
56 | help | ||
57 | Machine support for Samsung SMDKV310 | ||
58 | |||
59 | endmenu | ||
60 | |||
53 | endif | 61 | endif |