aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-s5pv310/Kconfig22
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
30menu "S5PC210 Machines"
31
30config MACH_SMDKC210 32config 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
38config MACH_SMDKV310
39 bool "SMDKV310"
40 select CPU_S5PV310
41 select ARCH_SPARSEMEM_ENABLE
42 help
43 Machine support for Samsung SMDKV310
44
45config MACH_UNIVERSAL_C210 40config 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
48endmenu
49
50menu "S5PV310 Machines"
51
52config MACH_SMDKV310
53 bool "SMDKV310"
54 select CPU_S5PV310
55 select ARCH_SPARSEMEM_ENABLE
56 help
57 Machine support for Samsung SMDKV310
58
59endmenu
60
53endif 61endif