Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland...
[deliverable/linux.git] / arch / arm / mach-ep93xx / Kconfig
CommitLineData
e7736d47
LB
1if ARCH_EP93XX
2
3menu "Cirrus EP93xx Implementation Options"
4
a1eacd79
HS
5config EP93XX_SOC_COMMON
6 bool
7 default y
b19e11fb 8 select SOC_BUS
a1eacd79
HS
9 select LEDS_GPIO_REGISTER
10
c17fad11
LB
11config CRUNCH
12 bool "Support for MaverickCrunch"
13 help
14 Enable kernel support for MaverickCrunch.
15
e7736d47
LB
16comment "EP93xx Platforms"
17
6cb38c5f
RM
18choice
19 prompt "EP93xx first SDRAM bank selection"
20 default EP93XX_SDCE3_SYNC_PHYS_OFFSET
21
22config EP93XX_SDCE3_SYNC_PHYS_OFFSET
23 bool "0x00000000 - SDCE3/SyncBoot"
24 help
25 Select this option if you want support for EP93xx boards with the
1f8db4fc 26 first SDRAM bank at 0x00000000.
6cb38c5f
RM
27
28config EP93XX_SDCE0_PHYS_OFFSET
29 bool "0xc0000000 - SDCEO"
30 help
31 Select this option if you want support for EP93xx boards with the
1f8db4fc
HS
32 first SDRAM bank at 0xc0000000.
33
34config EP93XX_SDCE1_PHYS_OFFSET
35 bool "0xd0000000 - SDCE1"
36 help
37 Select this option if you want support for EP93xx boards with the
38 first SDRAM bank at 0xd0000000.
39
40config EP93XX_SDCE2_PHYS_OFFSET
41 bool "0xe0000000 - SDCE2"
42 help
43 Select this option if you want support for EP93xx boards with the
44 first SDRAM bank at 0xe0000000.
45
46config EP93XX_SDCE3_ASYNC_PHYS_OFFSET
47 bool "0xf0000000 - SDCE3/AsyncBoot"
48 help
49 Select this option if you want support for EP93xx boards with the
50 first SDRAM bank at 0xf0000000.
6cb38c5f
RM
51
52endchoice
53
5283304b
LB
54config MACH_ADSSPHERE
55 bool "Support ADS Sphere"
6cb38c5f 56 depends on EP93XX_SDCE3_SYNC_PHYS_OFFSET
5283304b
LB
57 help
58 Say 'Y' here if you want your kernel to support the ADS
59 Sphere board.
60
a2bd40d2
HS
61config MACH_EDB93XX
62 bool
a2bd40d2
HS
63
64config MACH_EDB9301
65 bool "Support Cirrus Logic EDB9301"
6cb38c5f 66 depends on EP93XX_SDCE3_SYNC_PHYS_OFFSET
a2bd40d2
HS
67 select MACH_EDB93XX
68 help
69 Say 'Y' here if you want your kernel to support the Cirrus
70 Logic EDB9301 Evaluation Board.
71
1100c257
LB
72config MACH_EDB9302
73 bool "Support Cirrus Logic EDB9302"
6cb38c5f 74 depends on EP93XX_SDCE3_SYNC_PHYS_OFFSET
a2bd40d2 75 select MACH_EDB93XX
1100c257
LB
76 help
77 Say 'Y' here if you want your kernel to support the Cirrus
78 Logic EDB9302 Evaluation Board.
79
47d7e524
LB
80config MACH_EDB9302A
81 bool "Support Cirrus Logic EDB9302A"
6cb38c5f 82 depends on EP93XX_SDCE0_PHYS_OFFSET
a2bd40d2 83 select MACH_EDB93XX
47d7e524
LB
84 help
85 Say 'Y' here if you want your kernel to support the Cirrus
86 Logic EDB9302A Evaluation Board.
87
353ba84a
HVR
88config MACH_EDB9307
89 bool "Support Cirrus Logic EDB9307"
6cb38c5f 90 depends on EP93XX_SDCE3_SYNC_PHYS_OFFSET
a2bd40d2 91 select MACH_EDB93XX
353ba84a
HVR
92 help
93 Say 'Y' here if you want your kernel to support the Cirrus
94 Logic EDB9307 Evaluation Board.
95
4c5744ed
HS
96config MACH_EDB9307A
97 bool "Support Cirrus Logic EDB9307A"
6cb38c5f 98 depends on EP93XX_SDCE0_PHYS_OFFSET
a2bd40d2 99 select MACH_EDB93XX
4c5744ed
HS
100 help
101 Say 'Y' here if you want your kernel to support the Cirrus
102 Logic EDB9307A Evaluation Board.
103
bf11d26c
LB
104config MACH_EDB9312
105 bool "Support Cirrus Logic EDB9312"
6cb38c5f 106 depends on EP93XX_SDCE3_SYNC_PHYS_OFFSET
a2bd40d2 107 select MACH_EDB93XX
bf11d26c
LB
108 help
109 Say 'Y' here if you want your kernel to support the Cirrus
110 Logic EDB9312 Evaluation Board.
111
87c01737
LB
112config MACH_EDB9315
113 bool "Support Cirrus Logic EDB9315"
6cb38c5f 114 depends on EP93XX_SDCE3_SYNC_PHYS_OFFSET
a2bd40d2 115 select MACH_EDB93XX
87c01737
LB
116 help
117 Say 'Y' here if you want your kernel to support the Cirrus
118 Logic EDB9315 Evaluation Board.
119
9b841755
LB
120config MACH_EDB9315A
121 bool "Support Cirrus Logic EDB9315A"
6cb38c5f 122 depends on EP93XX_SDCE0_PHYS_OFFSET
a2bd40d2 123 select MACH_EDB93XX
9b841755
LB
124 help
125 Say 'Y' here if you want your kernel to support the Cirrus
126 Logic EDB9315A Evaluation Board.
127
e7736d47 128config MACH_GESBC9312
6cb38c5f 129 depends on EP93XX_SDCE3_SYNC_PHYS_OFFSET
e7736d47
LB
130 bool "Support Glomation GESBC-9312-sx"
131 help
132 Say 'Y' here if you want your kernel to support the Glomation
133 GESBC-9312-sx board.
134
d941caa2 135config MACH_MICRO9
a2bd40d2 136 bool
d941caa2
MG
137
138config MACH_MICRO9H
14636005 139 bool "Support Contec Micro9-High"
6cb38c5f 140 depends on EP93XX_SDCE3_SYNC_PHYS_OFFSET
a2bd40d2
HS
141 select MACH_MICRO9
142 help
143 Say 'Y' here if you want your kernel to support the
14636005 144 Contec Micro9-High board.
d941caa2
MG
145
146config MACH_MICRO9M
14636005
HF
147 bool "Support Contec Micro9-Mid"
148 depends on EP93XX_SDCE3_ASYNC_PHYS_OFFSET
a2bd40d2
HS
149 select MACH_MICRO9
150 help
151 Say 'Y' here if you want your kernel to support the
14636005 152 Contec Micro9-Mid board.
d941caa2
MG
153
154config MACH_MICRO9L
14636005 155 bool "Support Contec Micro9-Lite"
6cb38c5f 156 depends on EP93XX_SDCE3_SYNC_PHYS_OFFSET
a2bd40d2
HS
157 select MACH_MICRO9
158 help
159 Say 'Y' here if you want your kernel to support the
14636005 160 Contec Micro9-Lite board.
d941caa2 161
7232344d
HF
162config MACH_MICRO9S
163 bool "Support Contec Micro9-Slim"
164 depends on EP93XX_SDCE3_ASYNC_PHYS_OFFSET
165 select MACH_MICRO9
166 help
167 Say 'Y' here if you want your kernel to support the
168 Contec Micro9-Slim board.
169
a3662f6b
RM
170config MACH_SIM_ONE
171 bool "Support Simplemachines Sim.One board"
172 depends on EP93XX_SDCE0_PHYS_OFFSET
173 help
174 Say 'Y' here if you want your kernel to support the
175 Simplemachines Sim.One board.
176
dd2ac961
RM
177config MACH_SNAPPER_CL15
178 bool "Support Bluewater Systems Snapper CL15 Module"
179 depends on EP93XX_SDCE0_PHYS_OFFSET
180 help
181 Say 'Y' here if you want your kernel to support the Bluewater
182 Systems Snapper CL15 Module.
183
e7736d47
LB
184config MACH_TS72XX
185 bool "Support Technologic Systems TS-72xx SBC"
6cb38c5f 186 depends on EP93XX_SDCE3_SYNC_PHYS_OFFSET
e7736d47
LB
187 help
188 Say 'Y' here if you want your kernel to support the
189 Technologic Systems TS-72xx board.
190
1cb17e2d
HS
191config MACH_VISION_EP9307
192 bool "Support Vision Engraving Systems EP9307 SoM"
193 depends on EP93XX_SDCE0_PHYS_OFFSET
194 help
195 Say 'Y' here if you want your kernel to support the
196 Vision Engraving Systems EP9307 SoM.
197
e7736d47
LB
198endmenu
199
200endif
This page took 0.554031 seconds and 5 git commands to generate.