diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2012-10-31 17:04:31 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2012-11-04 12:09:12 -0500 |
commit | 2389d5014342e9535aad212d0c68d439aaf534ba (patch) | |
tree | b0ebf2e8a58b7776e4982b9039439b8e6af457c2 /arch/arm/Kconfig | |
parent | da72a66ba852fef3d5dfe02ab311a894e7d791e9 (diff) |
ARM: plat-versatile: move FPGA irq driver to drivers/irqchip
This moves the Versatile FPGA interrupt controller driver, used in
the Integrator/AP, Integrator/CP and some Versatile boards, out
of arch/arm/plat-versatile and down to drivers/irqchip where we
have consensus that such drivers belong. The header file is
consequently moved to <linux/platform_data/irq-versatile-fpga.h>.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 73067efd4845..2205e3eb55bf 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -284,8 +284,8 @@ config ARCH_INTEGRATOR | |||
284 | select MULTI_IRQ_HANDLER | 284 | select MULTI_IRQ_HANDLER |
285 | select NEED_MACH_MEMORY_H | 285 | select NEED_MACH_MEMORY_H |
286 | select PLAT_VERSATILE | 286 | select PLAT_VERSATILE |
287 | select PLAT_VERSATILE_FPGA_IRQ | ||
288 | select SPARSE_IRQ | 287 | select SPARSE_IRQ |
288 | select VERSATILE_FPGA_IRQ | ||
289 | help | 289 | help |
290 | Support for ARM's Integrator platform. | 290 | Support for ARM's Integrator platform. |
291 | 291 | ||
@@ -318,7 +318,7 @@ config ARCH_VERSATILE | |||
318 | select PLAT_VERSATILE | 318 | select PLAT_VERSATILE |
319 | select PLAT_VERSATILE_CLCD | 319 | select PLAT_VERSATILE_CLCD |
320 | select PLAT_VERSATILE_CLOCK | 320 | select PLAT_VERSATILE_CLOCK |
321 | select PLAT_VERSATILE_FPGA_IRQ | 321 | select VERSATILE_FPGA_IRQ |
322 | help | 322 | help |
323 | This enables support for ARM Ltd Versatile board. | 323 | This enables support for ARM Ltd Versatile board. |
324 | 324 | ||