mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 06:50:52 +07:00
658bcdae9c
This patch introduces a fake VME bridge driver. This driver currently emulates a subset of the VME bridge functionality. This allows some VME subsystem development and even some VME device driver development to be carried out in the absence of a proper VME bus. Signed-off-by: Martyn Welch <martyn@welchs.me.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4 lines
124 B
Makefile
4 lines
124 B
Makefile
obj-$(CONFIG_VME_CA91CX42) += vme_ca91cx42.o
|
|
obj-$(CONFIG_VME_TSI148) += vme_tsi148.o
|
|
obj-$(CONFIG_VME_FAKE) += vme_fake.o
|