Lower dependencies for compile testing. Signed-off-by: Alexander Stein <alexanders83@xxxxxx> --- drivers/gpio/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index de47e88ab51b..03e87377d3d9 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -832,7 +832,7 @@ config GPIO_JANZ_TTL config GPIO_KEMPLD tristate "Kontron ETX / COMexpress GPIO" - depends on MFD_KEMPLD + depends on MFD_KEMPLD || COMPILE_TEST help This enables support for the PLD GPIO interface on some Kontron ETX and COMexpress (ETXexpress) modules. -- 2.7.2 -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html