aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/Kconfig
diff options
context:
space:
mode:
authorJürgen Schindele <linux@schindele.name>2008-08-18 16:45:03 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-10-01 17:33:11 -0400
commit642aa6637e46ae788f1f8916dc9aa5a68917e12e (patch)
tree9bdcf5ecf1d2086bbb47cb4223b79b043d7188d8 /arch/arm/mach-pxa/Kconfig
parentb8e6c91c74e9f0279b7c51048779b3d62da60b88 (diff)
[ARM] 5204/1: Trizeps4 SOM update
- use MFP-API for GPIO - support TRIZEPS4WL module - cleanups Signed-off-by: Jrgen Schindele <linux@schindele.name> Acked-by: Eric Miao <eric.miao@marvell.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r--arch/arm/mach-pxa/Kconfig32
1 files changed, 30 insertions, 2 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig
index e8ee7ec9ff6d..d1beedb4ed5a 100644
--- a/arch/arm/mach-pxa/Kconfig
+++ b/arch/arm/mach-pxa/Kconfig
@@ -170,13 +170,41 @@ config MACH_E800
170 Say Y here if you intend to run this kernel on a Toshiba 170 Say Y here if you intend to run this kernel on a Toshiba
171 e800 family PDA. 171 e800 family PDA.
172 172
173config TRIZEPS_PXA
174 bool "PXA based Keith und Koep Trizeps DIMM-Modules"
175
173config MACH_TRIZEPS4 176config MACH_TRIZEPS4
174 bool "Keith und Koep Trizeps4 DIMM-Module" 177 bool "Keith und Koep Trizeps4 DIMM-Module"
178 depends on TRIZEPS_PXA
179 select TRIZEPS_PCMCIA
180 select PXA27x
181
182config MACH_TRIZEPS4WL
183 bool "Keith und Koep Trizeps4-WL DIMM-Module"
184 depends on TRIZEPS_PXA
185 select TRIZEPS_PCMCIA
175 select PXA27x 186 select PXA27x
187 select PXA_SSP
176 188
177config MACH_TRIZEPS4_CONXS 189choice
190 prompt "Select base board for Trizeps module"
191 depends on TRIZEPS_PXA
192
193config MACH_TRIZEPS_CONXS
178 bool "ConXS Eval Board" 194 bool "ConXS Eval Board"
179 depends on MACH_TRIZEPS4 195
196config MACH_TRIZEPS_UCONXS
197 bool "uConXS Eval Board"
198
199config MACH_TRIZEPS_ANY
200 bool "another Board"
201
202endchoice
203
204config TRIZEPS_PCMCIA
205 bool
206 help
207 Enable PCMCIA support for Trizeps modules
180 208
181config MACH_EM_X270 209config MACH_EM_X270
182 bool "CompuLab EM-x270 platform" 210 bool "CompuLab EM-x270 platform"