[ARM] 4867/1: Adds flash, udc, mci support for gumstix F boards
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / arm / mach-pxa / Kconfig
index 0908bea0f60968a3becd9223b3626074c84e10c2..5da7a68204920c5c67a26f8003f80ffd168e48cc 100644 (file)
@@ -23,6 +23,12 @@ endif
 choice
        prompt "Select target board"
 
+config ARCH_GUMSTIX
+       bool "Gumstix XScale boards"
+       help
+         Say Y here if you intend to run this kernel on a
+         Gumstix Full Function Minature Computer.
+
 config ARCH_LUBBOCK
        bool "Intel DBPXA250 Development Platform"
        select PXA25x
@@ -160,6 +166,20 @@ endchoice
 
 endif
 
+if ARCH_GUMSTIX
+
+choice
+       prompt "Select target Gumstix board"
+
+config MACH_GUMSTIX_F
+       bool "Basix, Connex, ws-200ax, ws-400ax systems"
+       select PXA25x
+
+endchoice
+
+endif
+
+
 if MACH_TRIZEPS4
 
 choice