summary refs log tree commit diff stats
path: root/hw/input/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'hw/input/Kconfig')
-rw-r--r--hw/input/Kconfig7
1 files changed, 6 insertions, 1 deletions
diff --git a/hw/input/Kconfig b/hw/input/Kconfig
index e2e66f0858..889363d8ae 100644
--- a/hw/input/Kconfig
+++ b/hw/input/Kconfig
@@ -27,7 +27,12 @@ config VIRTIO_INPUT
 config VIRTIO_INPUT_HOST
     bool
     default y
-    depends on VIRTIO && LINUX
+    depends on VIRTIO_INPUT && LINUX
+
+config VHOST_USER_INPUT
+    bool
+    default y
+    depends on VIRTIO_INPUT && VHOST_USER
 
 config TSC210X
     bool