Browse Source

Add Cherry HID keyboard miniconfig support

dir 8 years ago
parent
commit
6f43ed9bd0
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

@@ -133,6 +133,10 @@ config ADK_TARGET_USB_KEYBOARD
 	help
 	  Activate to get USB keyboard support.
 
+config ADK_KERNEL_HID_CHERRY
+       tristate "Cherry Cymotion keyboard"
+       depends on ADK_TARGET_USB_KEYBOARD
+
 config ADK_TARGET_USB_MOUSE
 	bool "enable mouse support"
 	depends on ADK_KERNEL_USB_HID