summaryrefslogtreecommitdiff
path: root/drivers/siox/Makefile
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2017-12-19 10:00:13 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-12-19 10:56:53 +0100
commitfd639726bf15fca8ee1a00dce8e0096d0ad9bd18 (patch)
treefba7cf32dc096c9f1022991ba05777b45926a812 /drivers/siox/Makefile
parent297a344d5238c049fdc234c34dd7bb0d83f01271 (diff)
siox: add gpio bus driver
This bus driver uses GPIOs to control the four SIOX bus lines. Acked-by: Gavin Schenk <g.schenk@eckelmann.de> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/siox/Makefile')
-rw-r--r--drivers/siox/Makefile1
1 files changed, 1 insertions, 0 deletions
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