ARM: S5PV310: Place the common SPARSEMEM at ARCH_S5PV310
[pandora-kernel.git] / arch / arm / mach-s5pv310 / Kconfig
1 # arch/arm/mach-s5pv310/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 S5PV310
9
10 if ARCH_S5PV310
11
12 config CPU_S5PV310
13         bool
14         select PLAT_S5P
15         help
16           Enable S5PV310 CPU support
17
18 config S5PV310_SETUP_I2C1
19         bool
20         help
21           Common setup code for i2c bus 1.
22
23 config S5PV310_SETUP_I2C2
24         bool
25         help
26           Common setup code for i2c bus 2.
27
28 # machine support
29
30 menu "S5PC210 Machines"
31
32 config MACH_SMDKC210
33         bool "SMDKC210"
34         select CPU_S5PV310
35         select S3C_DEV_RTC
36         select S3C_DEV_WDT
37         help
38           Machine support for Samsung SMDKC210
39           S5PC210(MCP) is one of package option of S5PV310
40
41 config MACH_UNIVERSAL_C210
42         bool "Mobile UNIVERSAL_C210 Board"
43         select CPU_S5PV310
44         help
45           Machine support for Samsung Mobile Universal S5PC210 Reference
46           Board. S5PC210(MCP) is one of package option of S5PV310
47
48 endmenu
49
50 menu "S5PV310 Machines"
51
52 config MACH_SMDKV310
53         bool "SMDKV310"
54         select CPU_S5PV310
55         select S3C_DEV_RTC
56         select S3C_DEV_WDT
57         help
58           Machine support for Samsung SMDKV310
59
60 endmenu
61
62 endif