spiriou commented on a change in pull request #445: URL: https://github.com/apache/incubator-nuttx-apps/pull/445#discussion_r514131544
########## File path: system/adb/Kconfig ########## @@ -0,0 +1,147 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the NuttX tools repository. +# + +menuconfig ADB_SERVER + bool "adb server command" + default n Review comment: The idea is once the server is enabled we can select at least one of USB or TCP transports. Or both if needed. ADBD_USB must indeed depend on kernel adb driver. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org