]> git.baikalelectronics.ru Git - kernel.git/commit
irqchip/csky-mpintc: Prevent selection on unsupported platforms
authorGuo Ren <guoren@linux.alibaba.com>
Thu, 4 Feb 2021 07:46:08 +0000 (15:46 +0800)
committerMarc Zyngier <maz@kernel.org>
Thu, 4 Feb 2021 10:37:28 +0000 (10:37 +0000)
commit68c3b2a03daba9b074dac4b1180f75bc89bc3538
tree51ee90031286affc8fa63e730c3b0c71c66dd52e
parenta4e3f23c721da83bfd6bebd23e6d5c8d679f6c91
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
drivers/irqchip/Kconfig