瀏覽代碼

virtio: add input driver

Waldemar Brodkorb 2 天之前
父節點
當前提交
517e267145
共有 1 個文件被更改,包括 4 次插入0 次删除
  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.