diff options
Diffstat (limited to 'hw/input')
-rw-r--r-- | hw/input/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/input/Kconfig b/hw/input/Kconfig index 91bae47498..c729dcd0b2 100644 --- a/hw/input/Kconfig +++ b/hw/input/Kconfig @@ -19,5 +19,10 @@ config TSC2005 config VIRTIO_INPUT bool +config VIRTIO_INPUT_HOST + bool + default y + depends on LINUX + config TSC210X bool |