diff options
| author | Viresh Kumar | 2021-07-09 07:00:16 +0200 |
|---|---|---|
| committer | Michael S. Tsirkin | 2021-07-16 17:10:40 +0200 |
| commit | 7221d3b634d1995a63a91de9b5035abf643c7ebc (patch) | |
| tree | d47c2d1c38267ba06399665265d152226b88bc01 /hw/virtio/Kconfig | |
| parent | bios-tables-test: Update golden binaries (diff) | |
| download | qemu-7221d3b634d1995a63a91de9b5035abf643c7ebc.tar.gz qemu-7221d3b634d1995a63a91de9b5035abf643c7ebc.tar.xz qemu-7221d3b634d1995a63a91de9b5035abf643c7ebc.zip | |
hw/virtio: add boilerplate for vhost-user-i2c device
This creates the QEMU side of the vhost-user-i2c device which connects
to the remote daemon. It is based of vhost-user-fs code.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Message-Id: <e80591b52fea4b51631818bb92a798a3daf90399.1625806763.git.viresh.kumar@linaro.org>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/virtio/Kconfig')
| -rw-r--r-- | hw/virtio/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/virtio/Kconfig b/hw/virtio/Kconfig index 0eda25c4e1..35ab45e209 100644 --- a/hw/virtio/Kconfig +++ b/hw/virtio/Kconfig @@ -58,3 +58,8 @@ config VIRTIO_MEM depends on LINUX depends on VIRTIO_MEM_SUPPORTED select MEM_DEVICE + +config VHOST_USER_I2C + bool + default y + depends on VIRTIO && VHOST_USER |
