diff options
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/config/Config.in.input | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.input b/target/linux/config/Config.in.input index 1342ccf8b..5d2b31804 100644 --- a/target/linux/config/Config.in.input +++ b/target/linux/config/Config.in.input @@ -112,6 +112,12 @@ config ADK_LINUX_KERNEL_USB_HID help You need this driver for USB keyboard and mouse support. +config ADK_LINUX_KERNEL_USB_HIDDEV + bool "support for /dev/usb/hiddevX device" + help + Enable access to HID devices that aren't strictly user interface + devices, like monitor controls and Uninterruptible Power Supplies. + config ADK_TARGET_USB_KEYBOARD bool "enable keyboard support" depends on ADK_LINUX_KERNEL_USB_HID |