Browse Source

virtio: add input driver

Waldemar Brodkorb 2 days ago
parent
commit
517e267145
1 changed files with 4 additions and 0 deletions
  1. 4 0
      target/linux/config/Config.in.virtio

+ 4 - 0
target/linux/config/Config.in.virtio

@@ -22,6 +22,9 @@ config ADK_LINUX_KERNEL_VIRTIO_PCI_LEGACY
 config ADK_LINUX_KERNEL_VIRTIO_PCI
 	bool
 
+config ADK_LINUX_KERNEL_VIRTIO_INPUT
+	bool
+
 config ADK_LINUX_KERNEL_VIRTIO_MMIO
 	bool
 
@@ -80,6 +83,7 @@ config ADK_LINUX_KERNEL_DRM_VIRTIO_GPU
 	tristate "Virtio GPU support"
 	select ADK_LINUX_KERNEL_DRM_VIRTIO_GPU_KMS
 	select ADK_LINUX_KERNEL_DRM_FBDEV_EMULATION
+	select ADK_LINUX_KERNEL_VIRTIO_INPUT
 	default n
 	help
 	  Enables support for Virtio GPU driver.