diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-10-07 14:06:52 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-10-07 14:06:52 -0400 |
commit | 5ff7f78a3db462ea4edf1a781a2002d4e8a8a473 (patch) | |
tree | fc0516369f4146595c5dce9bddda23d8691c3f42 /arch/arm/mach-pxa/Kconfig | |
parent | 35437b6192d9a4eb92f095dfd72396b6d2970f0b (diff) | |
parent | 92b797f6a1347623a41caf02516b70e5fa706a90 (diff) |
Merge branch 'pxa-trizeps' into pxa-machines
Conflicts:
drivers/pcmcia/Makefile
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 32 |
1 files changed, 30 insertions, 2 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index 4618f7c2e375..d056e0ff7812 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -174,13 +174,41 @@ config MACH_E800 | |||
174 | Say Y here if you intend to run this kernel on a Toshiba | 174 | Say Y here if you intend to run this kernel on a Toshiba |
175 | e800 family PDA. | 175 | e800 family PDA. |
176 | 176 | ||
177 | config TRIZEPS_PXA | ||
178 | bool "PXA based Keith und Koep Trizeps DIMM-Modules" | ||
179 | |||
177 | config MACH_TRIZEPS4 | 180 | config MACH_TRIZEPS4 |
178 | bool "Keith und Koep Trizeps4 DIMM-Module" | 181 | bool "Keith und Koep Trizeps4 DIMM-Module" |
182 | depends on TRIZEPS_PXA | ||
183 | select TRIZEPS_PCMCIA | ||
184 | select PXA27x | ||
185 | |||
186 | config MACH_TRIZEPS4WL | ||
187 | bool "Keith und Koep Trizeps4-WL DIMM-Module" | ||
188 | depends on TRIZEPS_PXA | ||
189 | select TRIZEPS_PCMCIA | ||
179 | select PXA27x | 190 | select PXA27x |
191 | select PXA_SSP | ||
180 | 192 | ||
181 | config MACH_TRIZEPS4_CONXS | 193 | choice |
194 | prompt "Select base board for Trizeps module" | ||
195 | depends on TRIZEPS_PXA | ||
196 | |||
197 | config MACH_TRIZEPS_CONXS | ||
182 | bool "ConXS Eval Board" | 198 | bool "ConXS Eval Board" |
183 | depends on MACH_TRIZEPS4 | 199 | |
200 | config MACH_TRIZEPS_UCONXS | ||
201 | bool "uConXS Eval Board" | ||
202 | |||
203 | config MACH_TRIZEPS_ANY | ||
204 | bool "another Board" | ||
205 | |||
206 | endchoice | ||
207 | |||
208 | config TRIZEPS_PCMCIA | ||
209 | bool | ||
210 | help | ||
211 | Enable PCMCIA support for Trizeps modules | ||
184 | 212 | ||
185 | config MACH_EM_X270 | 213 | config MACH_EM_X270 |
186 | bool "CompuLab EM-x270 platform" | 214 | bool "CompuLab EM-x270 platform" |