From fd639726bf15fca8ee1a00dce8e0096d0ad9bd18 Mon Sep 17 00:00:00 2001 From: Uwe Kleine-König Date: Tue, 19 Dec 2017 10:00:13 +0100 Subject: siox: add gpio bus driver MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This bus driver uses GPIOs to control the four SIOX bus lines. Acked-by: Gavin Schenk Signed-off-by: Uwe Kleine-König Signed-off-by: Greg Kroah-Hartman --- drivers/siox/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/siox/Makefile') diff --git a/drivers/siox/Makefile b/drivers/siox/Makefile index d55cb5e08868..a956f65206d5 100644 --- a/drivers/siox/Makefile +++ b/drivers/siox/Makefile @@ -1 +1,2 @@ obj-$(CONFIG_SIOX) += siox-core.o +obj-$(CONFIG_SIOX_BUS_GPIO) += siox-bus-gpio.o -- cgit v1.2.3