VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: Robert Hancock <robert.hancock@calian.com> 2021-04-23 12:58:53 -0600 committer: Marc Zyngier <maz@kernel.org> 2021-04-24 09:50:03 +0100 commit: debf69cfd4c618c7036a13cc4edd1faf87ce7d53 parent: a97709f563a078e259bf0861cd259aa60332890a
Commit Summary:
irqchip/xilinx: Expose Kconfig option for Zynq/ZynqMP
Diffstat:
1 file changed, 6 insertions, 1 deletion
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index 18b0d0b33b8b..c8f57e3e058d 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -279,8 +279,13 @@ config XTENSA_MX
 	select GENERIC_IRQ_EFFECTIVE_AFF_MASK
 
 config XILINX_INTC
-	bool
+	bool "Xilinx Interrupt Controller IP"
+	depends on MICROBLAZE || ARCH_ZYNQ || ARCH_ZYNQMP
 	select IRQ_DOMAIN
+	help
+	  Support for the Xilinx Interrupt Controller IP core.
+	  This is used as a primary controller with MicroBlaze and can also
+	  be used as a secondary chained controller on other platforms.
 
 config IRQ_CROSSBAR
 	bool