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>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user