blob: 1d59ce9701c8fc83a2308f34a74c8bd5d815f0ff [file] [log] [blame]
Changhwan Youncc0e72b2010-07-16 12:15:38 +09001# 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
10if ARCH_S5PV310
11
12config CPU_S5PV310
13 bool
14 select PLAT_S5P
15 help
16 Enable S5PV310 CPU support
17
Kyungmin Park793177b2010-08-05 17:10:24 +090018config S5PV310_SETUP_I2C1
19 bool
20 help
21 Common setup code for i2c bus 1.
22
23config S5PV310_SETUP_I2C2
24 bool
25 help
26 Common setup code for i2c bus 2.
27
Changhwan Youncc0e72b2010-07-16 12:15:38 +090028# machine support
29
Kukjin Kimca0ffd42010-08-06 20:33:46 +090030menu "S5PC210 Machines"
31
Kukjin Kimc05b48a2010-08-06 20:12:06 +090032config MACH_SMDKC210
33 bool "SMDKC210"
34 select CPU_S5PV310
35 select ARCH_SPARSEMEM_ENABLE
Changhwan Youncdff6e62010-09-20 15:25:51 +090036 select S3C_DEV_RTC
Jemings Ko8d75c912010-09-20 15:33:04 +090037 select S3C_DEV_WDT
Kukjin Kimc05b48a2010-08-06 20:12:06 +090038 help
39 Machine support for Samsung SMDKC210
40 S5PC210(MCP) is one of package option of S5PV310
41
Kyungmin Park516607d2010-08-06 19:59:21 +090042config MACH_UNIVERSAL_C210
43 bool "Mobile UNIVERSAL_C210 Board"
44 select CPU_S5PV310
45 select ARCH_SPARSEMEM_ENABLE
46 help
47 Machine support for Samsung Mobile Universal S5PC210 Reference
48 Board. S5PC210(MCP) is one of package option of S5PV310
49
Kukjin Kimca0ffd42010-08-06 20:33:46 +090050endmenu
51
52menu "S5PV310 Machines"
53
54config MACH_SMDKV310
55 bool "SMDKV310"
56 select CPU_S5PV310
57 select ARCH_SPARSEMEM_ENABLE
Changhwan Youncdff6e62010-09-20 15:25:51 +090058 select S3C_DEV_RTC
Jemings Ko8d75c912010-09-20 15:33:04 +090059 select S3C_DEV_WDT
Kukjin Kimca0ffd42010-08-06 20:33:46 +090060 help
61 Machine support for Samsung SMDKV310
62
63endmenu
64
Changhwan Youncc0e72b2010-07-16 12:15:38 +090065endif