terry0012 commented on code in PR #15205: URL: https://github.com/apache/nuttx/pull/15205#discussion_r1887815864
########## drivers/input/Kconfig: ########## @@ -65,7 +65,7 @@ endif # FF_AW86225 endif # INPUT_FF config INPUT_MOUSE - bool + bool "Enable mouse support" Review Comment: In the rpmsg device scenario, the actual input device is located on the remote core, and there is no real hardware driver on local side. In this case, we need to be able to enable the input device option separately so that the application layer can seamlessly use the remote input device. CC @HongChao6 @xiaoxiang781216 -- 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