mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 13:13:08 +08:00
boards: spresense: Support eMMC late initialization
Support eMMC late initialization to initialize eMMC from user application.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user