diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2010-07-12 22:11:47 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-08-05 05:31:01 -0400 |
commit | 6901bbc8024524c9b4bb5d7a38c84c83e4646eeb (patch) | |
tree | 17d97d516b16fed42724943af4e43269294940b3 /arch/arm/mach-s5pv210 | |
parent | 4b9a5ad567af06d8929f022c71469ada1679a367 (diff) |
ARM: s5pv210_defconfig: Update for removing s5pc110_defconfig
Now that S5PC110 machines and S5PV210 machines can be built into
one kernel, update mach-s5pv210/Kconfig and s5pv210_defconfig.
Tested on Aquila(S5PC110), GONI(S5PC110), SMDKC110(S5PC110)
and SMDKV210(S5PV210).
Created and tested against linux-2.6.35-rc5.
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Acked-by: Marek Szyprowski <m.szyprowski@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pv210')
-rw-r--r-- | arch/arm/mach-s5pv210/Kconfig | 32 |
1 files changed, 19 insertions, 13 deletions
diff --git a/arch/arm/mach-s5pv210/Kconfig b/arch/arm/mach-s5pv210/Kconfig index d7c401795856..e65825f47f0f 100644 --- a/arch/arm/mach-s5pv210/Kconfig +++ b/arch/arm/mach-s5pv210/Kconfig | |||
@@ -48,10 +48,10 @@ config S5PV210_SETUP_SDHCI_GPIO | |||
48 | help | 48 | help |
49 | Common setup code for SDHCI gpio. | 49 | Common setup code for SDHCI gpio. |
50 | 50 | ||
51 | # machine support | 51 | menu "S5PC110 Machines" |
52 | 52 | ||
53 | config MACH_AQUILA | 53 | config MACH_AQUILA |
54 | bool "Samsung Aquila" | 54 | bool "Aquila" |
55 | select CPU_S5PV210 | 55 | select CPU_S5PV210 |
56 | select ARCH_SPARSEMEM_ENABLE | 56 | select ARCH_SPARSEMEM_ENABLE |
57 | select S5PV210_SETUP_FB_24BPP | 57 | select S5PV210_SETUP_FB_24BPP |
@@ -71,11 +71,27 @@ config MACH_GONI | |||
71 | Machine support for Samsung GONI board | 71 | Machine support for Samsung GONI board |
72 | S5PC110(MCP) is one of package option of S5PV210 | 72 | S5PC110(MCP) is one of package option of S5PV210 |
73 | 73 | ||
74 | config MACH_SMDKC110 | ||
75 | bool "SMDKC110" | ||
76 | select CPU_S5PV210 | ||
77 | select ARCH_SPARSEMEM_ENABLE | ||
78 | select SAMSUNG_DEV_IDE | ||
79 | select S3C_DEV_WDT | ||
80 | select HAVE_S3C2410_WATCHDOG | ||
81 | select S5PV210_SETUP_IDE | ||
82 | help | ||
83 | Machine support for Samsung SMDKC110 | ||
84 | S5PC110(MCP) is one of package option of S5PV210 | ||
85 | |||
86 | endmenu | ||
87 | |||
74 | config S5PC110_DEV_ONENAND | 88 | config S5PC110_DEV_ONENAND |
75 | bool | 89 | bool |
76 | help | 90 | help |
77 | Compile in platform device definition for OneNAND1 controller | 91 | Compile in platform device definition for OneNAND1 controller |
78 | 92 | ||
93 | menu "S5PV210 Machines" | ||
94 | |||
79 | config MACH_SMDKV210 | 95 | config MACH_SMDKV210 |
80 | bool "SMDKV210" | 96 | bool "SMDKV210" |
81 | select CPU_S5PV210 | 97 | select CPU_S5PV210 |
@@ -89,16 +105,6 @@ config MACH_SMDKV210 | |||
89 | help | 105 | help |
90 | Machine support for Samsung SMDKV210 | 106 | Machine support for Samsung SMDKV210 |
91 | 107 | ||
92 | config MACH_SMDKC110 | 108 | endmenu |
93 | bool "SMDKC110" | ||
94 | select CPU_S5PV210 | ||
95 | select ARCH_SPARSEMEM_ENABLE | ||
96 | select SAMSUNG_DEV_IDE | ||
97 | select S3C_DEV_WDT | ||
98 | select HAVE_S3C2410_WATCHDOG | ||
99 | select S5PV210_SETUP_IDE | ||
100 | help | ||
101 | Machine support for Samsung SMDKC110 | ||
102 | S5PC110(MCP) is one of package option of S5PV210 | ||
103 | 109 | ||
104 | endif | 110 | endif |