diff options
author | Changhuang Liang <changhuang.liang@starfivetech.com> | 2024-02-25 21:50:25 -0800 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2024-02-26 15:09:18 +0100 |
commit | e4e535036173addff38d6b295a231a553d1e0d3a (patch) | |
tree | 803c3e92c7c52324a4ed28ee3db4403aa93425ea /drivers/irqchip/Kconfig | |
parent | d8c56cea725c4d46dd47fbfb4b35a37e7317ac43 (diff) | |
download | lwn-e4e535036173addff38d6b295a231a553d1e0d3a.tar.gz lwn-e4e535036173addff38d6b295a231a553d1e0d3a.zip |
irqchip: Add StarFive external interrupt controller
Add StarFive external interrupt controller for JH8100 SoC.
Signed-off-by: Changhuang Liang <changhuang.liang@starfivetech.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Ley Foon Tan <leyfoon.tan@starfivetech.com>
Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
Link: https://lore.kernel.org/r/20240226055025.1669223-3-changhuang.liang@starfivetech.com
Diffstat (limited to 'drivers/irqchip/Kconfig')
-rw-r--r-- | drivers/irqchip/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig index f7149d0f3d45..72c07a12f5e1 100644 --- a/drivers/irqchip/Kconfig +++ b/drivers/irqchip/Kconfig @@ -546,6 +546,17 @@ config SIFIVE_PLIC select IRQ_DOMAIN_HIERARCHY select GENERIC_IRQ_EFFECTIVE_AFF_MASK if SMP +config STARFIVE_JH8100_INTC + bool "StarFive JH8100 External Interrupt Controller" + depends on ARCH_STARFIVE || COMPILE_TEST + default ARCH_STARFIVE + select IRQ_DOMAIN_HIERARCHY + help + This enables support for the INTC chip found in StarFive JH8100 + SoC. + + If you don't know what to do here, say Y. + config EXYNOS_IRQ_COMBINER bool "Samsung Exynos IRQ combiner support" if COMPILE_TEST depends on (ARCH_EXYNOS && ARM) || COMPILE_TEST |