diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2015-03-27 03:16:12 +0100 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2015-03-29 03:43:52 +0200 |
commit | 271c865161c57cfabca45b93eaa712b19da365bc (patch) | |
tree | 4bdb56ba5f7bd2c2e7c078187fa8841d3d81546b /drivers/virtio/Kconfig | |
parent | lguest: suppress interrupts for single insn, not range. (diff) | |
download | linux-271c865161c57cfabca45b93eaa712b19da365bc.tar.xz linux-271c865161c57cfabca45b93eaa712b19da365bc.zip |
Add virtio-input driver.
virtio-input is basically evdev-events-over-virtio, so this driver isn't
much more than reading configuration from config space and forwarding
incoming events to the linux input layer.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'drivers/virtio/Kconfig')
-rw-r--r-- | drivers/virtio/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig index b546da5d8ea3..cab9f3f63a38 100644 --- a/drivers/virtio/Kconfig +++ b/drivers/virtio/Kconfig @@ -48,6 +48,16 @@ config VIRTIO_BALLOON If unsure, say M. +config VIRTIO_INPUT + tristate "Virtio input driver" + depends on VIRTIO + depends on INPUT + ---help--- + This driver supports virtio input devices such as + keyboards, mice and tablets. + + If unsure, say M. + config VIRTIO_MMIO tristate "Platform bus driver for memory mapped virtio devices" depends on HAS_IOMEM |