]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
irqchip/armada-370-xp: Do not enable it by default when ARCH_MVEBU is selected
authorGregory CLEMENT <gregory.clement@free-electrons.com>
Mon, 8 Feb 2016 17:14:10 +0000 (18:14 +0100)
committerJason Cooper <jason@lakedaemon.net>
Tue, 16 Feb 2016 18:11:39 +0000 (18:11 +0000)
The irq-armada-370-xp driver can only be built for ARM 32 bits. The mvebu
family had grown with a new ARM64 SoC which will also select the
ARCH_MEVBU configuration. Since "ARM: mvebu: use the ARMADA_370_XP_IRQ
option", the ARM32 mvebu SoC directly select this new option. Selecting
it by default when ARCH_MEVBU is selected is no more needed.

This patch removes this dependency, thanks to this, a kernel for ARM64
mvebu SoC can be built without error due this driver.

Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Link: https://lkml.kernel.org/r/1454951660-13289-3-git-send-email-gregory.clement@free-electrons.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
drivers/irqchip/Kconfig

index ba6a084f24cdc453a79a855597d83b0445fa35e0..8115a32a553c785ddd3cba4d55f83bd32d27f6ef 100644 (file)
@@ -62,7 +62,6 @@ config ARM_VIC_NR
 
 config ARMADA_370_XP_IRQ
        bool
-       default y if ARCH_MVEBU
        select GENERIC_IRQ_CHIP
        select PCI_MSI_IRQ_DOMAIN if PCI_MSI