mirror of
https://github.com/apache/nuttx.git
synced 2026-08-10 06:55:13 +00:00
boards: spresense: Support eMMC late initialization
Support eMMC late initialization to initialize eMMC from user application.
This commit is contained in:
parent
171f8a731c
commit
9717f48a18
1 changed files with 8 additions and 0 deletions
|
|
@ -765,6 +765,14 @@ config CXD56_LTE_LATE_INITIALIZE
|
|||
|
||||
endif # CXD56_LTE
|
||||
|
||||
config CXD56_EMMC_LATE_INITIALIZE
|
||||
bool "eMMC driver late initialize"
|
||||
default n
|
||||
depends on CXD56_EMMC
|
||||
---help---
|
||||
eMMC driver can be initialized on an application code after system booted up
|
||||
by enabling this configuration switch.
|
||||
|
||||
config CXD56_BINARY
|
||||
bool "spk binary format"
|
||||
default n
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue