pkarashchenko commented on a change in pull request #5736:
URL: https://github.com/apache/incubator-nuttx/pull/5736#discussion_r826753142



##########
File path: drivers/input/Kconfig
##########
@@ -45,13 +45,58 @@ config INPUT_TOUCHSCREEN_NPOLLWAITERS
 
 endif # INPUT_TOUCHSCREEN
 
+config INPUT_KEYBOARD
+       bool
+       select MM_CIRCBUF
+       default n
+
+if INPUT_KEYBOARD
+
+config INPUT_KEYBOARD_BUFFSIZE
+       int "Number keyboard data buffer"
+       default 64
+       ---help---
+               Maximum number of keyboard data buffer
+
+endif # INPUT_KEYBOARD
+
 config INPUT_UINPUT
-       bool "Enable uinput"
-       select INPUT_TOUCHSCREEN
+       bool

Review comment:
       ok.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to