diff options
author | Joonyoung Shim <jy0922.shim@samsung.com> | 2010-05-19 10:15:32 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-20 05:47:34 -0400 |
commit | 2e57da4105ff5bb61dd9c967940faa4d2def8224 (patch) | |
tree | a5fea0abca02f6943f600978baee78d873e990d6 /arch/arm/mach-s5pv210/Kconfig | |
parent | e6f66a9f9668762f2c3f47728b29781ffc7fbad2 (diff) |
ARM: S5PV210: Add GONI board support
This is for samsung GONI board using s5pc110.
Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
Reviewed-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s5pv210/Kconfig')
-rw-r--r-- | arch/arm/mach-s5pv210/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/Kconfig b/arch/arm/mach-s5pv210/Kconfig index 9e9700360829..d59abec6f978 100644 --- a/arch/arm/mach-s5pv210/Kconfig +++ b/arch/arm/mach-s5pv210/Kconfig | |||
@@ -51,6 +51,14 @@ config S5PV210_SETUP_SDHCI_GPIO | |||
51 | help | 51 | help |
52 | Common setup code for SDHCI gpio. | 52 | Common setup code for SDHCI gpio. |
53 | 53 | ||
54 | config MACH_GONI | ||
55 | bool "GONI" | ||
56 | select CPU_S5PV210 | ||
57 | select ARCH_SPARSEMEM_ENABLE | ||
58 | help | ||
59 | Machine support for Samsung GONI board | ||
60 | S5PC110(MCP) is one of package option of S5PV210 | ||
61 | |||
54 | config MACH_SMDKV210 | 62 | config MACH_SMDKV210 |
55 | bool "SMDKV210" | 63 | bool "SMDKV210" |
56 | select CPU_S5PV210 | 64 | select CPU_S5PV210 |