acassis commented on code in PR #12183:
URL: https://github.com/apache/nuttx/pull/12183#discussion_r1572618631
##########
arch/arm64/src/imx9/Kconfig:
##########
@@ -29,10 +29,18 @@ config IMX9_FLEXIO_PWM
menu "i.MX9 Peripheral Selection"
+config IMX9_EDMA
+ bool "eDMA"
+ default n
+ select ARCH_DMA
+
menu "LPUART"
config IMX9_LPUART
bool
+
+config IMX9_UART1
+ bool "UART1"
Review Comment:
Does iMX93 has only one UART?
--
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]