diff options
author | Jaya Kumar <jayakumar.arm@gmail.com> | 2008-03-15 00:11:07 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-04-19 06:29:06 -0400 |
commit | 90b8fc34968d3f6c70e309d97597682f119220b9 (patch) | |
tree | d3a8d773f850968fe54ad1fe96472925e4c3e392 /arch/arm/mach-pxa/Kconfig | |
parent | 4354e188121d92c28647146b70a8c303b46a7dcd (diff) |
[ARM] 4867/1: Adds flash, udc, mci support for gumstix F boards
This patch implements support for Gumstix-F flash, udc and mci. Fixes since the last time are:
- Steve Sakoman as maintainer
- cleanup for udc and mci setup
Signed-off-by: Jaya Kumar <jayakumar.lkml@gmail.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/Kconfig | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index 0908bea0f609..5da7a6820492 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -23,6 +23,12 @@ endif | |||
23 | choice | 23 | choice |
24 | prompt "Select target board" | 24 | prompt "Select target board" |
25 | 25 | ||
26 | config ARCH_GUMSTIX | ||
27 | bool "Gumstix XScale boards" | ||
28 | help | ||
29 | Say Y here if you intend to run this kernel on a | ||
30 | Gumstix Full Function Minature Computer. | ||
31 | |||
26 | config ARCH_LUBBOCK | 32 | config ARCH_LUBBOCK |
27 | bool "Intel DBPXA250 Development Platform" | 33 | bool "Intel DBPXA250 Development Platform" |
28 | select PXA25x | 34 | select PXA25x |
@@ -160,6 +166,20 @@ endchoice | |||
160 | 166 | ||
161 | endif | 167 | endif |
162 | 168 | ||
169 | if ARCH_GUMSTIX | ||
170 | |||
171 | choice | ||
172 | prompt "Select target Gumstix board" | ||
173 | |||
174 | config MACH_GUMSTIX_F | ||
175 | bool "Basix, Connex, ws-200ax, ws-400ax systems" | ||
176 | select PXA25x | ||
177 | |||
178 | endchoice | ||
179 | |||
180 | endif | ||
181 | |||
182 | |||
163 | if MACH_TRIZEPS4 | 183 | if MACH_TRIZEPS4 |
164 | 184 | ||
165 | choice | 185 | choice |