mirror of
https://github.com/apache/nuttx.git
synced 2026-08-04 05:39:01 +00:00
arch/arm/imxrt: Fix missing symbols on Kconfig
Signed-off-by: Alan C. Assis <acassis@gmail.com>
This commit is contained in:
parent
41eaa50a58
commit
e26936b262
1 changed files with 12 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue