ARM: S5PV310: Add support System MMU on SMDKV310
[deliverable/linux.git] / arch / arm / mach-s5pv310 / Kconfig
CommitLineData
cc0e72b8
CY
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
10if ARCH_S5PV310
11
12config CPU_S5PV310
13 bool
8b0ae0b7 14 select S3C_PL330_DMA
cc0e72b8
CY
15 help
16 Enable S5PV310 CPU support
17
d6d8b481
CY
18config S5PV310_DEV_PD
19 bool
20 help
21 Compile in platform device definitions for Power Domain
22
793177b5
KP
23config 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
b7a98255
KP
33config 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
19315114
HL
58config 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
ccbc8769
DR
69config S5PV310_DEV_SYSMMU
70 bool
71 help
72 Common setup code for SYSTEM MMU in S5PV310
73
cc0e72b8
CY
74# machine support
75
ca0ffd46
KK
76menu "S5PC210 Machines"
77
c05b48af
KK
78config MACH_SMDKC210
79 bool "SMDKC210"
80 select CPU_S5PV310
cdff6e6f 81 select S3C_DEV_RTC
8d75c912 82 select S3C_DEV_WDT
f5cc4354 83 select S3C_DEV_I2C1
19315114
HL
84 select S3C_DEV_HSMMC
85 select S3C_DEV_HSMMC1
86 select S3C_DEV_HSMMC2
87 select S3C_DEV_HSMMC3
d6d8b481 88 select S5PV310_DEV_PD
f5cc4354 89 select S5PV310_SETUP_I2C1
19315114 90 select S5PV310_SETUP_SDHCI
ccbc8769 91 select S5PV310_DEV_SYSMMU
c05b48af
KK
92 help
93 Machine support for Samsung SMDKC210
94 S5PC210(MCP) is one of package option of S5PV310
95
516607d6
KP
96config MACH_UNIVERSAL_C210
97 bool "Mobile UNIVERSAL_C210 Board"
98 select CPU_S5PV310
acf5eda9 99 select S5P_DEV_ONENAND
a8928ce7
KP
100 select S3C_DEV_HSMMC
101 select S3C_DEV_HSMMC2
102 select S3C_DEV_HSMMC3
103 select S5PV310_SETUP_SDHCI
3b7998f5
KP
104 select S3C_DEV_I2C1
105 select S5PV310_SETUP_I2C1
516607d6
KP
106 help
107 Machine support for Samsung Mobile Universal S5PC210 Reference
108 Board. S5PC210(MCP) is one of package option of S5PV310
109
ca0ffd46
KK
110endmenu
111
112menu "S5PV310 Machines"
113
114config MACH_SMDKV310
115 bool "SMDKV310"
116 select CPU_S5PV310
cdff6e6f 117 select S3C_DEV_RTC
8d75c912 118 select S3C_DEV_WDT
f5cc4354 119 select S3C_DEV_I2C1
19315114
HL
120 select S3C_DEV_HSMMC
121 select S3C_DEV_HSMMC1
122 select S3C_DEV_HSMMC2
123 select S3C_DEV_HSMMC3
d6d8b481 124 select S5PV310_DEV_PD
3de04984 125 select S5PV310_DEV_SYSMMU
f5cc4354 126 select S5PV310_SETUP_I2C1
19315114 127 select S5PV310_SETUP_SDHCI
ca0ffd46
KK
128 help
129 Machine support for Samsung SMDKV310
130
131endmenu
132
19315114
HL
133comment "Configuration for HSMMC bus width"
134
135menu "Use 8-bit bus width"
136
137config S5PV310_SDHCI_CH0_8BIT
138 bool "Channel 0 with 8-bit bus"
139 help
140 Support HSMMC Channel 0 8-bit bus.
141 If selected, Channel 1 is disabled.
142
143config S5PV310_SDHCI_CH2_8BIT
144 bool "Channel 2 with 8-bit bus"
145 help
146 Support HSMMC Channel 2 8-bit bus.
147 If selected, Channel 3 is disabled.
148
149endmenu
150
cc0e72b8 151endif
This page took 0.057948 seconds and 5 git commands to generate.