ARM: S5PV210: add Aquila board
[pandora-kernel.git] / arch / arm / mach-s5pv210 / Kconfig
1 # arch/arm/mach-s5pv210/Kconfig
2 #
3 # Copyright (c) 2010 Samsung Electronics Co., Ltd.
4 #               http://www.samsung.com/
5 #
6 # Licensed under GPLv2
7
8 # Configuration options for the S5PV210/S5PC110
9
10 if ARCH_S5PV210
11
12 config CPU_S5PV210
13         bool
14         select PLAT_S5P
15         select S3C_PL330_DMA
16         help
17           Enable S5PV210 CPU support
18
19 config MACH_AQUILA
20         bool "Samsung Aquila"
21         select CPU_S5PV210
22         select ARCH_SPARSEMEM_ENABLE
23         help
24           Machine support for the Samsung Aquila target based on S5PC110 SoC
25
26 config MACH_SMDKV210
27         bool "SMDKV210"
28         select CPU_S5PV210
29         select ARCH_SPARSEMEM_ENABLE
30         help
31           Machine support for Samsung SMDKV210
32
33 config MACH_SMDKC110
34         bool "SMDKC110"
35         select CPU_S5PV210
36         select ARCH_SPARSEMEM_ENABLE
37         help
38           Machine support for Samsung SMDKC110
39           S5PC110(MCP) is one of package option of S5PV210
40
41 endif