acassis commented on code in PR #18951: URL: https://github.com/apache/nuttx/pull/18951#discussion_r3328866845
########## arch/sim/Kconfig: ########## @@ -256,6 +256,43 @@ config SIM_CANDEV_SOCK endif # SIM_CANDEV +config SIM_FT2232H + bool "Support FT2232H USB bridge to control external devices" + default n + depends on ARCH_SIM Review Comment: Right, I will make FT2232H be a specialization of GPIOCHIP, so we will have choice to use Generic Linux GPIOv2 or FT2232H -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
