diff options
author | Dmitry Baryshkov <dbaryshkov@gmail.com> | 2008-07-01 10:45:10 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-07-09 16:31:52 -0400 |
commit | c7b4f5ba07a16d2c84ac6cc312488cc6cc0db518 (patch) | |
tree | 95b95cfca8d033220b8a09394bd29443b203d4e6 /arch/arm/mach-pxa/Kconfig | |
parent | e172274ccc55d20536fbdceb6131f38e288541e0 (diff) |
[ARM] 5142/1: pxa: move move zaurus declarations to proper place
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
Acked-by: Eric Miao <eric.miao@marvell.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 | 102 |
1 files changed, 51 insertions, 51 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index ef7271e37810..01d23e5717ae 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -58,6 +58,57 @@ config PXA_SHARPSL | |||
58 | SL-C3000 (Spitz), SL-C3100 (Borzoi) or SL-C6000x (Tosa) | 58 | SL-C3000 (Spitz), SL-C3100 (Borzoi) or SL-C6000x (Tosa) |
59 | handheld computer. | 59 | handheld computer. |
60 | 60 | ||
61 | config MACH_POODLE | ||
62 | bool "Enable Sharp SL-5600 (Poodle) Support" | ||
63 | depends on PXA_SHARPSL | ||
64 | select PXA25x | ||
65 | select SHARP_LOCOMO | ||
66 | select PXA_SSP | ||
67 | |||
68 | config MACH_CORGI | ||
69 | bool "Enable Sharp SL-C700 (Corgi) Support" | ||
70 | depends on PXA_SHARPSL | ||
71 | select PXA25x | ||
72 | select PXA_SHARP_C7xx | ||
73 | |||
74 | config MACH_SHEPHERD | ||
75 | bool "Enable Sharp SL-C750 (Shepherd) Support" | ||
76 | depends on PXA_SHARPSL | ||
77 | select PXA25x | ||
78 | select PXA_SHARP_C7xx | ||
79 | |||
80 | config MACH_HUSKY | ||
81 | bool "Enable Sharp SL-C760 (Husky) Support" | ||
82 | depends on PXA_SHARPSL | ||
83 | select PXA25x | ||
84 | select PXA_SHARP_C7xx | ||
85 | |||
86 | config MACH_AKITA | ||
87 | bool "Enable Sharp SL-1000 (Akita) Support" | ||
88 | depends on PXA_SHARPSL | ||
89 | select PXA27x | ||
90 | select PXA_SHARP_Cxx00 | ||
91 | select MACH_SPITZ | ||
92 | select I2C | ||
93 | select I2C_PXA | ||
94 | |||
95 | config MACH_SPITZ | ||
96 | bool "Enable Sharp Zaurus SL-3000 (Spitz) Support" | ||
97 | depends on PXA_SHARPSL | ||
98 | select PXA27x | ||
99 | select PXA_SHARP_Cxx00 | ||
100 | |||
101 | config MACH_BORZOI | ||
102 | bool "Enable Sharp Zaurus SL-3100 (Borzoi) Support" | ||
103 | depends on PXA_SHARPSL | ||
104 | select PXA27x | ||
105 | select PXA_SHARP_Cxx00 | ||
106 | |||
107 | config MACH_TOSA | ||
108 | bool "Enable Sharp SL-6000x (Tosa) Support" | ||
109 | depends on PXA_SHARPSL | ||
110 | select PXA25x | ||
111 | |||
61 | config ARCH_PXA_ESERIES | 112 | config ARCH_PXA_ESERIES |
62 | bool "PXA based Toshiba e-series PDAs" | 113 | bool "PXA based Toshiba e-series PDAs" |
63 | select PXA25x | 114 | select PXA25x |
@@ -199,57 +250,6 @@ endif | |||
199 | 250 | ||
200 | endmenu | 251 | endmenu |
201 | 252 | ||
202 | config MACH_POODLE | ||
203 | bool "Enable Sharp SL-5600 (Poodle) Support" | ||
204 | depends on PXA_SHARPSL | ||
205 | select PXA25x | ||
206 | select SHARP_LOCOMO | ||
207 | select PXA_SSP | ||
208 | |||
209 | config MACH_CORGI | ||
210 | bool "Enable Sharp SL-C700 (Corgi) Support" | ||
211 | depends on PXA_SHARPSL | ||
212 | select PXA25x | ||
213 | select PXA_SHARP_C7xx | ||
214 | |||
215 | config MACH_SHEPHERD | ||
216 | bool "Enable Sharp SL-C750 (Shepherd) Support" | ||
217 | depends on PXA_SHARPSL | ||
218 | select PXA25x | ||
219 | select PXA_SHARP_C7xx | ||
220 | |||
221 | config MACH_HUSKY | ||
222 | bool "Enable Sharp SL-C760 (Husky) Support" | ||
223 | depends on PXA_SHARPSL | ||
224 | select PXA25x | ||
225 | select PXA_SHARP_C7xx | ||
226 | |||
227 | config MACH_AKITA | ||
228 | bool "Enable Sharp SL-1000 (Akita) Support" | ||
229 | depends on PXA_SHARPSL | ||
230 | select PXA27x | ||
231 | select PXA_SHARP_Cxx00 | ||
232 | select MACH_SPITZ | ||
233 | select I2C | ||
234 | select I2C_PXA | ||
235 | |||
236 | config MACH_SPITZ | ||
237 | bool "Enable Sharp Zaurus SL-3000 (Spitz) Support" | ||
238 | depends on PXA_SHARPSL | ||
239 | select PXA27x | ||
240 | select PXA_SHARP_Cxx00 | ||
241 | |||
242 | config MACH_BORZOI | ||
243 | bool "Enable Sharp Zaurus SL-3100 (Borzoi) Support" | ||
244 | depends on PXA_SHARPSL | ||
245 | select PXA27x | ||
246 | select PXA_SHARP_Cxx00 | ||
247 | |||
248 | config MACH_TOSA | ||
249 | bool "Enable Sharp SL-6000x (Tosa) Support" | ||
250 | depends on PXA_SHARPSL | ||
251 | select PXA25x | ||
252 | |||
253 | config PXA25x | 253 | config PXA25x |
254 | bool | 254 | bool |
255 | help | 255 | help |