vserver 2.0 rc7
[linux-2.6.git] / arch / arm / mach-pxa / Kconfig
index f09e49d..405a55f 100644 (file)
@@ -8,6 +8,7 @@ choice
 config ARCH_LUBBOCK
        bool "Intel DBPXA250 Development Platform"
        select PXA25x
+       select SA1111
 
 config MACH_MAINSTONE
        bool "Intel HCDDBBVA0 Development Platform"
@@ -19,28 +20,39 @@ config ARCH_PXA_IDP
        select PXA25x
 
 config PXA_SHARPSL
-       bool "SHARP SL-C7xx Models (Corgi, Shepherd and Husky)"
+       bool "SHARP SL-5600 and SL-C7xx Models"
        select PXA25x
+       select SHARP_SCOOP
+       select SHARP_PARAM
        help
          Say Y here if you intend to run this kernel on a
-         Sharp SL-C700 (Corgi), SL-C750 (Shepherd) or a
-         Sharp SL-C760 (Husky) handheld computer.
+         Sharp SL-5600 (Poodle), Sharp SL-C700 (Corgi),
+         SL-C750 (Shepherd) or a Sharp SL-C760 (Husky)
+         handheld computer.
 
 endchoice
 
 endmenu
 
+config MACH_POODLE
+       bool "Enable Sharp SL-5600 (Poodle) Support"
+       depends PXA_SHARPSL
+       select SHARP_LOCOMO
+
 config MACH_CORGI
        bool "Enable Sharp SL-C700 (Corgi) Support"
        depends PXA_SHARPSL
+       select PXA_SHARP_C7xx
 
 config MACH_SHEPHERD
        bool "Enable Sharp SL-C750 (Shepherd) Support"
        depends PXA_SHARPSL
+       select PXA_SHARP_C7xx
 
 config MACH_HUSKY
        bool "Enable Sharp SL-C760 (Husky) Support"
        depends PXA_SHARPSL
+       select PXA_SHARP_C7xx
 
 config PXA25x
        bool
@@ -57,4 +69,9 @@ config IWMMXT
        help
          Enable support for iWMMXt
 
+config PXA_SHARP_C7xx
+       bool
+       help
+         Enable support for all Sharp C7xx models
+
 endif