diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-01-19 10:32:15 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-02-19 06:11:33 -0500 |
commit | c41b16f8c9d9dc74ed5669d4a3e3d42374c9e609 (patch) | |
tree | 0e7ee2bef09e6c752cda71087795bd40f0f35177 /arch/arm/Kconfig | |
parent | dc37c31bbfaf87118d6c827be0a38a512a40b741 (diff) |
ARM: integrator/versatile: consolidate FPGA IRQ handling code
Consolidate the FPGA IRQ handling code. Integrator/AP and Versatile
have one FPGA-based IRQ handler each. Integrator/CP has three.
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index fe8d6fa12fe7..a6ccef6d9d72 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -229,6 +229,7 @@ config ARCH_INTEGRATOR | |||
229 | select ICST | 229 | select ICST |
230 | select GENERIC_CLOCKEVENTS | 230 | select GENERIC_CLOCKEVENTS |
231 | select PLAT_VERSATILE | 231 | select PLAT_VERSATILE |
232 | select PLAT_VERSATILE_FPGA_IRQ | ||
232 | help | 233 | help |
233 | Support for ARM's Integrator platform. | 234 | Support for ARM's Integrator platform. |
234 | 235 | ||
@@ -256,6 +257,7 @@ config ARCH_VERSATILE | |||
256 | select ARCH_WANT_OPTIONAL_GPIOLIB | 257 | select ARCH_WANT_OPTIONAL_GPIOLIB |
257 | select PLAT_VERSATILE | 258 | select PLAT_VERSATILE |
258 | select PLAT_VERSATILE_CLCD | 259 | select PLAT_VERSATILE_CLCD |
260 | select PLAT_VERSATILE_FPGA_IRQ | ||
259 | select ARM_TIMER_SP804 | 261 | select ARM_TIMER_SP804 |
260 | help | 262 | help |
261 | This enables support for ARM Ltd Versatile board. | 263 | This enables support for ARM Ltd Versatile board. |