diff options
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/config/Config.in.input | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.input b/target/linux/config/Config.in.input index 8ee11c909..e30797c0c 100644 --- a/target/linux/config/Config.in.input +++ b/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 |