aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r--arch/arm/mach-pxa/Kconfig24
1 files changed, 8 insertions, 16 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig
index 03d07cae26c8..5c0a10041cd1 100644
--- a/arch/arm/mach-pxa/Kconfig
+++ b/arch/arm/mach-pxa/Kconfig
@@ -13,12 +13,10 @@ config ARCH_LUBBOCK
13config MACH_LOGICPD_PXA270 13config MACH_LOGICPD_PXA270
14 bool "LogicPD PXA270 Card Engine Development Platform" 14 bool "LogicPD PXA270 Card Engine Development Platform"
15 select PXA27x 15 select PXA27x
16 select IWMMXT
17 16
18config MACH_MAINSTONE 17config MACH_MAINSTONE
19 bool "Intel HCDDBBVA0 Development Platform" 18 bool "Intel HCDDBBVA0 Development Platform"
20 select PXA27x 19 select PXA27x
21 select IWMMXT
22 20
23config ARCH_PXA_IDP 21config ARCH_PXA_IDP
24 bool "Accelent Xscale IDP" 22 bool "Accelent Xscale IDP"
@@ -53,7 +51,6 @@ config PXA_SHARPSL_25x
53config PXA_SHARPSL_27x 51config PXA_SHARPSL_27x
54 bool "Sharp PXA270 models (SL-Cxx00)" 52 bool "Sharp PXA270 models (SL-Cxx00)"
55 select PXA27x 53 select PXA27x
56 select IWMMXT
57 54
58endchoice 55endchoice
59 56
@@ -78,28 +75,28 @@ endmenu
78 75
79config MACH_POODLE 76config MACH_POODLE
80 bool "Enable Sharp SL-5600 (Poodle) Support" 77 bool "Enable Sharp SL-5600 (Poodle) Support"
81 depends PXA_SHARPSL_25x 78 depends on PXA_SHARPSL_25x
82 select SHARP_LOCOMO 79 select SHARP_LOCOMO
83 select PXA_SSP 80 select PXA_SSP
84 81
85config MACH_CORGI 82config MACH_CORGI
86 bool "Enable Sharp SL-C700 (Corgi) Support" 83 bool "Enable Sharp SL-C700 (Corgi) Support"
87 depends PXA_SHARPSL_25x 84 depends on PXA_SHARPSL_25x
88 select PXA_SHARP_C7xx 85 select PXA_SHARP_C7xx
89 86
90config MACH_SHEPHERD 87config MACH_SHEPHERD
91 bool "Enable Sharp SL-C750 (Shepherd) Support" 88 bool "Enable Sharp SL-C750 (Shepherd) Support"
92 depends PXA_SHARPSL_25x 89 depends on PXA_SHARPSL_25x
93 select PXA_SHARP_C7xx 90 select PXA_SHARP_C7xx
94 91
95config MACH_HUSKY 92config MACH_HUSKY
96 bool "Enable Sharp SL-C760 (Husky) Support" 93 bool "Enable Sharp SL-C760 (Husky) Support"
97 depends PXA_SHARPSL_25x 94 depends on PXA_SHARPSL_25x
98 select PXA_SHARP_C7xx 95 select PXA_SHARP_C7xx
99 96
100config MACH_AKITA 97config MACH_AKITA
101 bool "Enable Sharp SL-1000 (Akita) Support" 98 bool "Enable Sharp SL-1000 (Akita) Support"
102 depends PXA_SHARPSL_27x 99 depends on PXA_SHARPSL_27x
103 select PXA_SHARP_Cxx00 100 select PXA_SHARP_Cxx00
104 select MACH_SPITZ 101 select MACH_SPITZ
105 select I2C 102 select I2C
@@ -107,17 +104,17 @@ config MACH_AKITA
107 104
108config MACH_SPITZ 105config MACH_SPITZ
109 bool "Enable Sharp Zaurus SL-3000 (Spitz) Support" 106 bool "Enable Sharp Zaurus SL-3000 (Spitz) Support"
110 depends PXA_SHARPSL_27x 107 depends on PXA_SHARPSL_27x
111 select PXA_SHARP_Cxx00 108 select PXA_SHARP_Cxx00
112 109
113config MACH_BORZOI 110config MACH_BORZOI
114 bool "Enable Sharp Zaurus SL-3100 (Borzoi) Support" 111 bool "Enable Sharp Zaurus SL-3100 (Borzoi) Support"
115 depends PXA_SHARPSL_27x 112 depends on PXA_SHARPSL_27x
116 select PXA_SHARP_Cxx00 113 select PXA_SHARP_Cxx00
117 114
118config MACH_TOSA 115config MACH_TOSA
119 bool "Enable Sharp SL-6000x (Tosa) Support" 116 bool "Enable Sharp SL-6000x (Tosa) Support"
120 depends PXA_SHARPSL_25x 117 depends on PXA_SHARPSL_25x
121 118
122config PXA25x 119config PXA25x
123 bool 120 bool
@@ -129,11 +126,6 @@ config PXA27x
129 help 126 help
130 Select code specific to PXA27x variants 127 Select code specific to PXA27x variants
131 128
132config IWMMXT
133 bool
134 help
135 Enable support for iWMMXt
136
137config PXA_SHARP_C7xx 129config PXA_SHARP_C7xx
138 bool 130 bool
139 select PXA_SSP 131 select PXA_SSP