xiaoxiang781216 commented on code in PR #18951:
URL: https://github.com/apache/nuttx/pull/18951#discussion_r3409969791
##########
arch/sim/Kconfig:
##########
@@ -716,16 +716,37 @@ config SIM_GPIOCHIP_LINUX
interface. To achieve a SPI port on Linux host, it is
recommended to use a USB<>GPIO device such as CH341A/B.
+config SIM_GPIOCHIP_FT2232H
+ bool "Support FT2232H USB bridge to control external devices"
+ depends on ARCH_SIM
Review Comment:
I mean removing `depends on ARCH_SIM`
--
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]