Hi Marek, Thank you for the patch set. On 4/29/19 11:29 PM, Marek Behún wrote:
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
Fixed up the patch "leds: turris_omnia: add I2C and MACH_ARMADA_38X dependencies".
I'm skipping for now 2/2 until Dan's remarks are addressed. -- Best regards, Jacek Anaszewski