blob: 09c4c21b70cc995623d38a101cb44069ed79e17e [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
Jassi Brar8b0ae0b2010-11-19 08:49:43 +090014 select S3C_PL330_DMA
Changhwan Youncc0e72b2010-07-16 12:15:38 +090015 help
16 Enable S5PV310 CPU support
17
Changhwan Yound6d8b482010-12-03 17:15:40 +090018config S5PV310_DEV_PD
19 bool
20 help
21 Compile in platform device definitions for Power Domain
22
Kyungmin Park793177b2010-08-05 17:10:24 +090023config S5PV310_SETUP_I2C1
24 bool
25 help
26 Common setup code for i2c bus 1.
27
28config S5PV310_SETUP_I2C2
29 bool
30 help
31 Common setup code for i2c bus 2.
32
Kyungmin Parkb7a98252010-10-12 07:49:24 +090033config S5PV310_SETUP_I2C3
34 bool
35 help
36 Common setup code for i2c bus 3.
37
38config S5PV310_SETUP_I2C4
39 bool
40 help
41 Common setup code for i2c bus 4.
42
43config S5PV310_SETUP_I2C5
44 bool
45 help
46 Common setup code for i2c bus 5.
47
48config S5PV310_SETUP_I2C6
49 bool
50 help
51 Common setup code for i2c bus 6.
52
53config S5PV310_SETUP_I2C7
54 bool
55 help
56 Common setup code for i2c bus 7.
57
Hyuk Lee19315112010-10-06 11:09:42 +090058config S5PV310_SETUP_SDHCI
59 bool
60 select S5PV310_SETUP_SDHCI_GPIO
61 help
62 Internal helper functions for S5PV310 based SDHCI systems.
63
64config S5PV310_SETUP_SDHCI_GPIO
65 bool
66 help
67 Common setup code for SDHCI gpio.
68
Donguk Ryuccbc8762011-01-13 13:40:29 +090069config S5PV310_DEV_SYSMMU
70 bool
71 help
72 Common setup code for SYSTEM MMU in S5PV310
73
Changhwan Youncc0e72b2010-07-16 12:15:38 +090074# machine support
75
Kukjin Kimca0ffd42010-08-06 20:33:46 +090076menu "S5PC210 Machines"
77
Kukjin Kimc05b48a2010-08-06 20:12:06 +090078config MACH_SMDKC210
79 bool "SMDKC210"
80 select CPU_S5PV310
Changhwan Youncdff6e62010-09-20 15:25:51 +090081 select S3C_DEV_RTC
Jemings Ko8d75c912010-09-20 15:33:04 +090082 select S3C_DEV_WDT
Jassi Brarf5cc4352010-12-21 09:52:14 +090083 select S3C_DEV_I2C1
Hyuk Lee19315112010-10-06 11:09:42 +090084 select S3C_DEV_HSMMC
85 select S3C_DEV_HSMMC1
86 select S3C_DEV_HSMMC2
87 select S3C_DEV_HSMMC3
Changhwan Yound6d8b482010-12-03 17:15:40 +090088 select S5PV310_DEV_PD
Jassi Brarf5cc4352010-12-21 09:52:14 +090089 select S5PV310_SETUP_I2C1
Hyuk Lee19315112010-10-06 11:09:42 +090090 select S5PV310_SETUP_SDHCI
Donguk Ryuccbc8762011-01-13 13:40:29 +090091 select S5PV310_DEV_SYSMMU
Kukjin Kimc05b48a2010-08-06 20:12:06 +090092 help
93 Machine support for Samsung SMDKC210
94 S5PC210(MCP) is one of package option of S5PV310
95
Kyungmin Park516607d2010-08-06 19:59:21 +090096config MACH_UNIVERSAL_C210
97 bool "Mobile UNIVERSAL_C210 Board"
98 select CPU_S5PV310
Kyungmin Parkacf5eda2010-10-08 22:34:52 +090099 select S5P_DEV_ONENAND
Kyungmin Parka8928ce2010-12-22 13:34:23 +0900100 select S3C_DEV_HSMMC
101 select S3C_DEV_HSMMC2
102 select S3C_DEV_HSMMC3
103 select S5PV310_SETUP_SDHCI
Kyungmin Park3b7998f2010-10-08 22:34:56 +0900104 select S3C_DEV_I2C1
105 select S5PV310_SETUP_I2C1
Kyungmin Park516607d2010-08-06 19:59:21 +0900106 help
107 Machine support for Samsung Mobile Universal S5PC210 Reference
108 Board. S5PC210(MCP) is one of package option of S5PV310
109
Kukjin Kimca0ffd42010-08-06 20:33:46 +0900110endmenu
111
112menu "S5PV310 Machines"
113
114config MACH_SMDKV310
115 bool "SMDKV310"
116 select CPU_S5PV310
Changhwan Youncdff6e62010-09-20 15:25:51 +0900117 select S3C_DEV_RTC
Jemings Ko8d75c912010-09-20 15:33:04 +0900118 select S3C_DEV_WDT
Jassi Brarf5cc4352010-12-21 09:52:14 +0900119 select S3C_DEV_I2C1
Hyuk Lee19315112010-10-06 11:09:42 +0900120 select S3C_DEV_HSMMC
121 select S3C_DEV_HSMMC1
122 select S3C_DEV_HSMMC2
123 select S3C_DEV_HSMMC3
Changhwan Yound6d8b482010-12-03 17:15:40 +0900124 select S5PV310_DEV_PD
Jassi Brarf5cc4352010-12-21 09:52:14 +0900125 select S5PV310_SETUP_I2C1
Hyuk Lee19315112010-10-06 11:09:42 +0900126 select S5PV310_SETUP_SDHCI
Kukjin Kimca0ffd42010-08-06 20:33:46 +0900127 help
128 Machine support for Samsung SMDKV310
129
130endmenu
131
Hyuk Lee19315112010-10-06 11:09:42 +0900132comment "Configuration for HSMMC bus width"
133
134menu "Use 8-bit bus width"
135
136config S5PV310_SDHCI_CH0_8BIT
137 bool "Channel 0 with 8-bit bus"
138 help
139 Support HSMMC Channel 0 8-bit bus.
140 If selected, Channel 1 is disabled.
141
142config S5PV310_SDHCI_CH2_8BIT
143 bool "Channel 2 with 8-bit bus"
144 help
145 Support HSMMC Channel 2 8-bit bus.
146 If selected, Channel 3 is disabled.
147
148endmenu
149
Changhwan Youncc0e72b2010-07-16 12:15:38 +0900150endif