acassis commented on code in PR #15205:
URL: https://github.com/apache/nuttx/pull/15205#discussion_r1886917555


##########
drivers/input/Kconfig:
##########
@@ -65,7 +65,7 @@ endif # FF_AW86225
 endif # INPUT_FF
 
 config INPUT_MOUSE
-       bool
+       bool "Enable mouse support"

Review Comment:
   @HongChao6 CONFIG_INPUT_MOUSE/TOUCHSCREEN/KEYBOARD are hidden flags only 
enabled by some other device that implements this feature. Add 'bool "Some 
text" ' you bring enable the feature to be select-able by the users, even 
without some driver exist to implement it. I suggest keeping it without text.



-- 
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