File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26807,6 +26807,7 @@ VIRTIO SPI DRIVER
268072680726808268082680926809S: Maintained
26810+ F: drivers/spi/spi-virtio.c
2681026811F: include/uapi/linux/virtio_spi.h
2681126812
2681226813VIRTUAL BOX GUEST DEVICE DRIVER
Original file line number Diff line number Diff line change @@ -1235,6 +1235,17 @@ config SPI_UNIPHIER
12351235
12361236 If your SoC supports SCSSI, say Y here.
12371237
1238+ config SPI_VIRTIO
1239+ tristate "Virtio SPI Controller"
1240+ depends on SPI_MASTER && VIRTIO
1241+ help
1242+ If you say yes to this option, support will be included for the virtio
1243+ SPI controller driver. The hardware can be emulated by any device model
1244+ software according to the virtio protocol.
1245+
1246+ This driver can also be built as a module. If so, the module
1247+ will be called spi-virtio.
1248+
12381249config SPI_XCOMM
12391250 tristate "Analog Devices AD-FMCOMMS1-EBZ SPI-I2C-bridge driver"
12401251 depends on I2C
Original file line number Diff line number Diff line change @@ -159,6 +159,7 @@ spi-thunderx-objs := spi-cavium.o spi-cavium-thunderx.o
159159obj-$(CONFIG_SPI_THUNDERX) += spi-thunderx.o
160160obj-$(CONFIG_SPI_TOPCLIFF_PCH) += spi-topcliff-pch.o
161161obj-$(CONFIG_SPI_UNIPHIER) += spi-uniphier.o
162+ obj-$(CONFIG_SPI_VIRTIO) += spi-virtio.o
162163obj-$(CONFIG_SPI_XCOMM) += spi-xcomm.o
163164obj-$(CONFIG_SPI_XILINX) += spi-xilinx.o
164165obj-$(CONFIG_SPI_XLP) += spi-xlp.o
You can’t perform that action at this time.
0 commit comments