Skip to content
Permalink
Browse files
irqchip/xilinx: Expose Kconfig option
Previously the XILINX_INTC config option was hidden and only
auto-selected on the MicroBlaze platform. However, this IP can also be
used on other platforms. Allow this option to be user-enabled.

Signed-off-by: Robert Hancock <robert.hancock@calian.com>
  • Loading branch information
robhancocksed authored and intel-lab-lkp committed Apr 16, 2021
1 parent 7c07012 commit 4ece2fff79c8d47de22ecca7c8d18d96525bfa43
Showing 1 changed file with 5 additions and 1 deletion.
@@ -288,8 +288,12 @@ config XTENSA_MX
select GENERIC_IRQ_EFFECTIVE_AFF_MASK

config XILINX_INTC
bool
bool "Xilinx Interrupt Controller IP"
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

0 comments on commit 4ece2ff

Please sign in to comment.