You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/01/05 20:02:37 UTC

[GitHub] [incubator-nuttx] acassis commented on a change in pull request #5175: Minor fix for input Kconfig

acassis commented on a change in pull request #5175:
URL: https://github.com/apache/incubator-nuttx/pull/5175#discussion_r779102212



##########
File path: drivers/input/Kconfig
##########
@@ -14,7 +14,7 @@ menuconfig INPUT
 if INPUT
 
 config INPUT_MOUSE
-	bool "Enable mouse support"

Review comment:
       INPUT_MOUSE is only a flag to indicate we have mouse support, it is activated by other device drivers that implement some kind of "mouse". Note there is not a mouse.c file or equivalent to be compiled when INPUT_MOUSE is enabled




-- 
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-unsubscribe@nuttx.apache.org

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