Lower dependencies for compile testing. Signed-off-by: Alexander Stein <alexanders83@xxxxxx> --- drivers/gpio/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index db5e571c7fb9..b83bb56d290d 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -510,7 +510,7 @@ config GPIO_ZX endmenu menu "Port-mapped I/O GPIO drivers" - depends on X86 # Unconditional I/O space access + depends on X86 || COMPILE_TEST # Unconditional I/O space access config GPIO_104_DIO_48E tristate "ACCES 104-DIO-48E GPIO support" @@ -561,7 +561,7 @@ config GPIO_IT87 config GPIO_SCH tristate "Intel SCH/TunnelCreek/Centerton/Quark X1000 GPIO" - depends on PCI + depends on PCI || COMPILE_TEST select MFD_CORE select LPC_SCH help -- 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