royzah commented on code in PR #20191:
URL: https://github.com/apache/nuttx/pull/20191#discussion_r4057224059
##########
arch/arm64/src/imx9/Kconfig:
##########
@@ -81,6 +81,7 @@ config IMX9_BOOTLOADER
bool "Bootloader"
select ARM64_DECODEFIQ if ARCH_ARM64_EXCEPTION_LEVEL = 3
select IMX9_DDR_TRAINING if ARCH_ARM64_EXCEPTION_LEVEL = 3
+ select IMX9_ELE
Review Comment:
@xiaoxiang781216 already in, sorry for the noise. `IMX9_ELE` is a bare
`bool` now, selected by `IMX9_BOOTLOADER` and `IMX9_RNG`, no prompt.
--
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]