mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00

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>
2 lines
81 B
Makefile
2 lines
81 B
Makefile
obj-$(CONFIG_SIOX) += siox-core.o
|
|
obj-$(CONFIG_SIOX_BUS_GPIO) += siox-bus-gpio.o
|