ARM: Merge for-2635-4/ts-machines
[deliverable/linux.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 select S5P_EXT_INT
17 help
18 Enable S5PV210 CPU support
19
20 choice
21 prompt "Select machine type"
22 depends on ARCH_S5PV210
23 default MACH_SMDKV210
24
25 config MACH_SMDKV210
26 bool "SMDKV210"
27 select CPU_S5PV210
28 select ARCH_SPARSEMEM_ENABLE
29 select SAMSUNG_DEV_ADC
30 select SAMSUNG_DEV_TS
31 help
32 Machine support for Samsung SMDKV210
33
34 config MACH_SMDKC110
35 bool "SMDKC110"
36 select CPU_S5PV210
37 select ARCH_SPARSEMEM_ENABLE
38 help
39 Machine support for Samsung SMDKC110
40 S5PC110(MCP) is one of package option of S5PV210
41
42 endchoice
43
44 endif
This page took 0.030522 seconds and 5 git commands to generate.