diff options
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index 5548abd6390c..f781873431f3 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -38,16 +38,19 @@ config ARCH_LUBBOCK | |||
38 | bool "Intel DBPXA250 Development Platform" | 38 | bool "Intel DBPXA250 Development Platform" |
39 | select PXA25x | 39 | select PXA25x |
40 | select SA1111 | 40 | select SA1111 |
41 | select PXA_HAVE_BOARD_IRQS | ||
41 | 42 | ||
42 | config MACH_LOGICPD_PXA270 | 43 | config MACH_LOGICPD_PXA270 |
43 | bool "LogicPD PXA270 Card Engine Development Platform" | 44 | bool "LogicPD PXA270 Card Engine Development Platform" |
44 | select PXA27x | 45 | select PXA27x |
45 | select HAVE_PWM | 46 | select HAVE_PWM |
47 | select PXA_HAVE_BOARD_IRQS | ||
46 | 48 | ||
47 | config MACH_MAINSTONE | 49 | config MACH_MAINSTONE |
48 | bool "Intel HCDDBBVA0 Development Platform" | 50 | bool "Intel HCDDBBVA0 Development Platform" |
49 | select PXA27x | 51 | select PXA27x |
50 | select HAVE_PWM | 52 | select HAVE_PWM |
53 | select PXA_HAVE_BOARD_IRQS | ||
51 | 54 | ||
52 | config MACH_MP900C | 55 | config MACH_MP900C |
53 | bool "Nec Mobilepro 900/c" | 56 | bool "Nec Mobilepro 900/c" |
@@ -118,10 +121,21 @@ config MACH_TOSA | |||
118 | bool "Enable Sharp SL-6000x (Tosa) Support" | 121 | bool "Enable Sharp SL-6000x (Tosa) Support" |
119 | depends on PXA_SHARPSL | 122 | depends on PXA_SHARPSL |
120 | select PXA25x | 123 | select PXA25x |
124 | select PXA_HAVE_BOARD_IRQS | ||
125 | |||
126 | config ARCH_VIPER | ||
127 | bool "Arcom/Eurotech VIPER SBC" | ||
128 | select PXA25x | ||
129 | select ISA | ||
130 | select I2C_GPIO | ||
131 | select HAVE_PWM | ||
132 | select PXA_HAVE_BOARD_IRQS | ||
133 | select PXA_HAVE_ISA_IRQS | ||
121 | 134 | ||
122 | config ARCH_PXA_ESERIES | 135 | config ARCH_PXA_ESERIES |
123 | bool "PXA based Toshiba e-series PDAs" | 136 | bool "PXA based Toshiba e-series PDAs" |
124 | select PXA25x | 137 | select PXA25x |
138 | select PXA_HAVE_BOARD_IRQS | ||
125 | 139 | ||
126 | config MACH_E330 | 140 | config MACH_E330 |
127 | bool "Toshiba e330" | 141 | bool "Toshiba e330" |
@@ -255,6 +269,7 @@ config MACH_MAGICIAN | |||
255 | bool "Enable HTC Magician Support" | 269 | bool "Enable HTC Magician Support" |
256 | select PXA27x | 270 | select PXA27x |
257 | select IWMMXT | 271 | select IWMMXT |
272 | select PXA_HAVE_BOARD_IRQS | ||
258 | 273 | ||
259 | config MACH_MIOA701 | 274 | config MACH_MIOA701 |
260 | bool "Mitac Mio A701 Support" | 275 | bool "Mitac Mio A701 Support" |
@@ -273,6 +288,7 @@ config MACH_PCM027 | |||
273 | select PXA27x | 288 | select PXA27x |
274 | select IWMMXT | 289 | select IWMMXT |
275 | select PXA_SSP | 290 | select PXA_SSP |
291 | select PXA_HAVE_BOARD_IRQS | ||
276 | 292 | ||
277 | config ARCH_PXA_PALM | 293 | config ARCH_PXA_PALM |
278 | bool "PXA based Palm PDAs" | 294 | bool "PXA based Palm PDAs" |
@@ -408,4 +424,10 @@ config TOSA_BT | |||
408 | This is a simple driver that is able to control | 424 | This is a simple driver that is able to control |
409 | the state of built in bluetooth chip on tosa. | 425 | the state of built in bluetooth chip on tosa. |
410 | 426 | ||
427 | config PXA_HAVE_BOARD_IRQS | ||
428 | bool | ||
429 | |||
430 | config PXA_HAVE_ISA_IRQS | ||
431 | bool | ||
432 | |||
411 | endif | 433 | endif |