Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Guo Ren and committed by
Marc Zyngier
be1abc5b 9f3a0f34

+1 -1
+1 -1
drivers/irqchip/Kconfig
··· 427 427 IRQs for Qualcomm Technologies Inc (QTI) mobile chips. 428 428 429 429 config CSKY_MPINTC 430 - bool "C-SKY Multi Processor Interrupt Controller" 430 + bool 431 431 depends on CSKY 432 432 help 433 433 Say yes here to enable C-SKY SMP interrupt controller driver used