irqchip/meson: Disable COMPILE_TEST
authorThomas Gleixner <tglx@linutronix.de>
Fri, 20 Oct 2017 09:15:36 +0000 (11:15 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 20 Oct 2017 09:17:17 +0000 (11:17 +0200)
The driver fails to compile with CONFIG_COMPILE_TEST=y on x86:

irq-meson-gpio.c: In function ‘meson_gpio_irq_parse_dt’:
irq-meson-gpio.c:343:8: error: implicit declaration of function
       ‘of_property_read_variable_u32_array’
  ret = of_property_read_variable_u32_array(node,

Adding COMPILE_TEST to a driver requires at least compile testing it for
x86....

Reported-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Heiner Kallweit <hkallweit1@gmail.com>
Cc: Jerome Brunet <jbrunet@baylibre.com>
Cc: Marc Zyngier <marc.zyngier@arm.com>
drivers/irqchip/Kconfig

index 1cb39405d7f84403f9b8b1a61bacfbf7f3617dda..85d0fb2b976c22da165fab960aaf5cecd7b79cd1 100644 (file)
@@ -326,7 +326,7 @@ config IRQ_UNIPHIER_AIDET
 
 config MESON_IRQ_GPIO
        bool "Meson GPIO Interrupt Multiplexer"
-       depends on ARCH_MESON || COMPILE_TEST
+       depends on ARCH_MESON
        select IRQ_DOMAIN
        select IRQ_DOMAIN_HIERARCHY
        help