mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 20:50:53 +07:00
fd639726bf
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>
3 lines
81 B
Makefile
3 lines
81 B
Makefile
obj-$(CONFIG_SIOX) += siox-core.o
|
|
obj-$(CONFIG_SIOX_BUS_GPIO) += siox-bus-gpio.o
|