As Pavel pointed out, this driver should build if COMPILE_TEST is enabled. Signed-off-by: Marek Behún <marek.behun@xxxxxx> --- drivers/leds/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index 52de996e2262..3747cbd0de2c 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig @@ -132,7 +132,7 @@ config LEDS_TURRIS_OMNIA tristate "LED support for CZ.NIC's Turris Omnia" depends on LEDS_CLASS depends on I2C - depends on MACH_ARMADA_38X + depends on MACH_ARMADA_38X || COMPILE_TEST depends on OF help This option enables basic support for the LEDs found on the front -- 2.21.0