This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit e26936b26279b23bdbb7408a7c19d1fa2d1ea41e
Author: Alan Carvalho de Assis <acas...@gmail.com>
AuthorDate: Mon Aug 4 20:16:35 2025 -0300

    arch/arm/imxrt: Fix missing symbols on Kconfig
    
    Signed-off-by: Alan C. Assis <acas...@gmail.com>
---
 arch/arm/src/imxrt/Kconfig | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/arch/arm/src/imxrt/Kconfig b/arch/arm/src/imxrt/Kconfig
index a65e5fa0476..73cb2613638 100644
--- a/arch/arm/src/imxrt/Kconfig
+++ b/arch/arm/src/imxrt/Kconfig
@@ -328,6 +328,10 @@ config IMXRT_ENC
        bool
        default n
 
+config IMXRT_USBOTG
+       bool
+       default n
+
 config IMXRT_HIGHSPEED_GPIO
        bool
        default n
@@ -336,6 +340,14 @@ config IMXRT_HAVE_LCD
        bool
        default n
 
+config IMXRT_HAVE_USBOTG1
+       bool
+       default n
+
+config IMXRT_HAVE_USBOTG2
+       bool
+       default n
+
 config IMXRT_SEMC_INIT_DONE
        bool
        default n

Reply via email to