xiaoxiang781216 commented on code in PR #16797: URL: https://github.com/apache/nuttx/pull/16797#discussion_r2241366854
########## arch/arm/src/imxrt/Kconfig: ########## @@ -333,9 +359,19 @@ config IMXRT_EDMA default n select ARCH_DMA -config IMXRT_USBOTG - bool "USB EHCI" +config IMXRT_USBOTG1 + bool "USB EHCI OTG1" Review Comment: remove prompt string to avoid user config from defconfig ########## arch/arm/src/imxrt/Kconfig: ########## @@ -333,9 +359,19 @@ config IMXRT_EDMA default n select ARCH_DMA -config IMXRT_USBOTG - bool "USB EHCI" +config IMXRT_USBOTG1 + bool "USB EHCI OTG1" default n + depends on IMXRT_HAVE_USBOTG1 + select IMXRT_USBOTG + select USBHOST_HAVE_ASYNCH if USBHOST + select USBHOST_ASYNCH + +config IMXRT_USBOTG2 + bool "USB EHCI OTG2" Review Comment: ditto -- 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