aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/irqchip
diff options
context:
space:
mode:
authorGuo Ren <guoren@linux.alibaba.com>2021-02-04 15:46:08 +0800
committerMarc Zyngier <maz@kernel.org>2021-02-04 10:37:28 +0000
commitbe1abc5ba4d2082df6749ab95ec6f87c4d3dbb23 (patch)
tree51ee90031286affc8fa63e730c3b0c71c66dd52e /drivers/irqchip
parentirqchip: Add support for Realtek RTL838x/RTL839x interrupt controller (diff)
downloadlinux-dev-be1abc5ba4d2082df6749ab95ec6f87c4d3dbb23.tar.xz
linux-dev-be1abc5ba4d2082df6749ab95ec6f87c4d3dbb23.zip
irqchip/csky-mpintc: Prevent selection on unsupported platforms
The irq-csky-mpintc driver is only supported on CPU_CK860 and it will generate a compilation error when selected with CPU_CK610. As it is already selected directly in the architecture Kconfig, drop the option to select it manually. Signed-off-by: Guo Ren <guoren@linux.alibaba.com> [maz: rewrote commit message] Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20210204074609.3553018-1-guoren@kernel.org
Diffstat (limited to 'drivers/irqchip')
-rw-r--r--drivers/irqchip/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index f95d114c63ed..030895cc6f13 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -427,7 +427,7 @@ config QCOM_PDC
IRQs for Qualcomm Technologies Inc (QTI) mobile chips.
config CSKY_MPINTC
- bool "C-SKY Multi Processor Interrupt Controller"
+ bool
depends on CSKY
help
Say yes here to enable C-SKY SMP interrupt controller driver used