This driver depends on I2C. There are linking problems otherwise, if for example CONFIG_LEDS_TURRIS_OMNIA=y and CONFIG_I2C=m. Signed-off-by: Marek Behún <marek.behun@xxxxxx> Reported-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> --- drivers/leds/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index d5b31a71a112..6a2bb35ae682 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig @@ -131,6 +131,7 @@ config LEDS_CR0014114 config LEDS_TURRIS_OMNIA tristate "LED support for CZ.NIC's Turris Omnia" depends on LEDS_CLASS + depends on I2C depends on OF help This option enables basic support for the LEDs found on the front -- 2.21.0