aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/Kconfig
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2008-08-22 06:09:38 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-09-01 12:13:08 -0400
commit7a5063d86e95774ada66baac58fdfb7a80c75180 (patch)
tree3d7b36b15841c587270dba6b23c3a9e8fdf8d5a2 /arch/arm/mach-pxa/Kconfig
parentb8e6c91c74e9f0279b7c51048779b3d62da60b88 (diff)
[ARM] pxa: introduce PXA_HAVE_BOARD_IRQS
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/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig
index e8ee7ec9ff6d..c9643bd4849c 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
42config MACH_LOGICPD_PXA270 43config 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
47config MACH_MAINSTONE 49config 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
52config ARCH_PXA_IDP 55config ARCH_PXA_IDP
53 bool "Accelent Xscale IDP" 56 bool "Accelent Xscale IDP"
@@ -114,10 +117,12 @@ config MACH_TOSA
114 bool "Enable Sharp SL-6000x (Tosa) Support" 117 bool "Enable Sharp SL-6000x (Tosa) Support"
115 depends on PXA_SHARPSL 118 depends on PXA_SHARPSL
116 select PXA25x 119 select PXA25x
120 select PXA_HAVE_BOARD_IRQS
117 121
118config ARCH_PXA_ESERIES 122config ARCH_PXA_ESERIES
119 bool "PXA based Toshiba e-series PDAs" 123 bool "PXA based Toshiba e-series PDAs"
120 select PXA25x 124 select PXA25x
125 select PXA_HAVE_BOARD_IRQS
121 126
122config MACH_E330 127config MACH_E330
123 bool "Toshiba e330" 128 bool "Toshiba e330"
@@ -215,12 +220,14 @@ config MACH_MAGICIAN
215 bool "Enable HTC Magician Support" 220 bool "Enable HTC Magician Support"
216 select PXA27x 221 select PXA27x
217 select IWMMXT 222 select IWMMXT
223 select PXA_HAVE_BOARD_IRQS
218 224
219config MACH_PCM027 225config MACH_PCM027
220 bool "Phytec phyCORE-PXA270 CPU module (PCM-027)" 226 bool "Phytec phyCORE-PXA270 CPU module (PCM-027)"
221 select PXA27x 227 select PXA27x
222 select IWMMXT 228 select IWMMXT
223 select PXA_SSP 229 select PXA_SSP
230 select PXA_HAVE_BOARD_IRQS
224 231
225config ARCH_PXA_PALM 232config ARCH_PXA_PALM
226 bool "PXA based Palm PDAs" 233 bool "PXA based Palm PDAs"
@@ -343,4 +350,7 @@ config TOSA_BT
343 This is a simple driver that is able to control 350 This is a simple driver that is able to control
344 the state of built in bluetooth chip on tosa. 351 the state of built in bluetooth chip on tosa.
345 352
353config PXA_HAVE_BOARD_IRQS
354 bool
355
346endif 356endif