Browse Source

kernelconfig: add microsoft hid support

Waldemar Brodkorb 6 years ago
parent
commit
daed535398
1 changed files with 4 additions and 0 deletions
  1. 4 0
      target/linux/config/Config.in.input

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

@@ -135,6 +135,10 @@ config ADK_TARGET_USB_KEYBOARD
 	help
 	  Activate to get USB keyboard support.
 
+config ADK_KERNEL_HID_MICROSOFT
+       tristate "Microsoft keyboard"
+       depends on ADK_TARGET_USB_KEYBOARD
+
 config ADK_KERNEL_HID_CHERRY
        tristate "Cherry Cymotion keyboard"
        depends on ADK_TARGET_USB_KEYBOARD