summaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorZubair Lutfullah Kakakhel2016-11-22 18:52:39 +0100
committerRalf Baechle2017-01-03 16:34:39 +0100
commit79a93295339c1983efcecb466e17edd786a9c556 (patch)
tree135b876b0da8a670e2cda4e9400d9e78acea493c /arch/mips/Kconfig
parentMIPS: xilfpga: Use irqchip instead of the legacy way (diff)
downloadkernel-qcow2-linux-79a93295339c1983efcecb466e17edd786a9c556.tar.gz
kernel-qcow2-linux-79a93295339c1983efcecb466e17edd786a9c556.tar.xz
kernel-qcow2-linux-79a93295339c1983efcecb466e17edd786a9c556.zip
MIPS: xilfpga: Use Xilinx Interrupt Controller
IRQs from peripherals such as i2c/uart/ethernet come via the AXI Interrupt controller. Select it in Kconfig for xilfpga and add the DT node Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> Cc: linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/14592/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 7cb4b0e5f49a..af4eed3136f5 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -479,6 +479,7 @@ config MACH_XILFPGA
select SYS_SUPPORTS_ZBOOT_UART16550
select USE_OF
select USE_GENERIC_EARLY_PRINTK_8250
+ select XILINX_INTC
help
This enables support for the IMG University Program MIPSfpga platform.