diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2010-08-06 20:12:06 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-10-21 07:51:45 +0900 |
commit | c05b48af822c415baeadafa6c4a4ea7f79f337db (patch) | |
tree | 5d97fcd445e9e89ed91445d3168da79d1ed1c075 /arch/arm/mach-s5pv310/Kconfig | |
parent | fe0cdec8bad919fd91cd344123906a55f3857209 (diff) | |
download | blackbird-op-linux-c05b48af822c415baeadafa6c4a4ea7f79f337db.tar.gz blackbird-op-linux-c05b48af822c415baeadafa6c4a4ea7f79f337db.zip |
ARM: S5PV310: Add SMDKC210 board support file
This patch adds Samsung SMDKC210 board support file. The SoC
of SMDKC210, S5PC210(MCP) is one of package option of S5PV310.
And because composition of SMDKC210 and SMDKV310 differs, need
SMDKC210 with SMDKV310.
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pv310/Kconfig')
-rw-r--r-- | arch/arm/mach-s5pv310/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv310/Kconfig b/arch/arm/mach-s5pv310/Kconfig index 331b5bd97aba..ae8e55405dd9 100644 --- a/arch/arm/mach-s5pv310/Kconfig +++ b/arch/arm/mach-s5pv310/Kconfig @@ -27,6 +27,14 @@ config S5PV310_SETUP_I2C2 # machine support +config MACH_SMDKC210 + bool "SMDKC210" + select CPU_S5PV310 + select ARCH_SPARSEMEM_ENABLE + help + Machine support for Samsung SMDKC210 + S5PC210(MCP) is one of package option of S5PV310 + config MACH_SMDKV310 bool "SMDKV310" select CPU_S5PV310 |