Explorar o código

add user-space hid driver

Waldemar Brodkorb %!s(int64=7) %!d(string=hai) anos
pai
achega
ab58cf872f
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  1. 9 0
      target/linux/config/Config.in.input

+ 9 - 0
target/linux/config/Config.in.input

@@ -120,6 +120,15 @@ config ADK_TARGET_USB_MOUSE
 	help
 	  Activate to get USB mouse support.
 
+config ADK_KERNEL_UHID
+	tristate "User-space I/O driver support for HID subsystem"
+	select ADK_KERNEL_INPUT
+	select ADK_KERNEL_HID
+	select ADK_KERNEL_HID_SUPPORT
+	select ADK_KERNEL_USB_HID
+	help
+	  User-space I/O driver support for HID subsystem
+
 config ADK_KERNEL_LOGITECH_DINOVO
 	bool "Support for Logitech DiNovo keyboard/mouse"
 	select ADK_KERNEL_HID_LOGITECH