MLK-21080-08 irqchip: imx-irqsteer imx-intmux: Replace ARCH_MXC_ARM64
authorLeonard Crestez <leonard.crestez@nxp.com>
Mon, 11 Mar 2019 18:02:12 +0000 (20:02 +0200)
committerLeonard Crestez <leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:51:34 +0000 (02:51 +0300)
Upstream rejected ARCH_MXC_ARM64 in favor of defining ARCH_MXC for
arm64 so the current condition is never enabled.

Copy upstream Kconfig instead for irqsteer and intmux.

Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
drivers/irqchip/Kconfig

index 057b677..14285e1 100644 (file)
@@ -288,13 +288,17 @@ config IMX_GPCV2
          Enables the wakeup IRQs for IMX platforms with GPCv2 block
 
 config IMX_IRQSTEER
-       def_bool y if ARCH_MXC_ARM64
+       bool "i.MX IRQSTEER support"
+       depends on ARCH_MXC || COMPILE_TEST
+       default ARCH_MXC
        select IRQ_DOMAIN
        help
-         Enables the IRQ Steer for NXP IMX platforms
+         Support for the i.MX IRQSTEER interrupt multiplexer/remapper.
 
 config IMX_INTMUX
-       def_bool y if ARCH_MXC_ARM64
+       bool "i.MX INTMUX support"
+       depends on ARCH_MXC || COMPILE_TEST
+       default ARCH_MXC
        select IRQ_DOMAIN
        help
          Enables the IRQ MUX for NXP IMX platforms