diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-08-30 07:42:37 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-08-30 07:42:37 +0200 |
commit | ab58cf872f099a4e1bcba9b884cc651719d8e3c9 (patch) | |
tree | 0c0961f774ad666609e969c8ac653f6763ef0e6b /target | |
parent | 23a05b75f36c60078aece521e3855246ac7c8913 (diff) |
add user-space hid driver
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 |