mirror of
https://github.com/apache/nuttx.git
synced 2026-08-08 14:07:17 +00:00
boards/esp32: Select MTD_SMART if SmartFS is selected for SPI Flash MTD
If MTD_SMART is not selected for build, it will result in a build error. Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
This commit is contained in:
parent
f74c6f7f5b
commit
9056cabd83
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ choice ESP32_SPIFLASH_FS
|
|||
config ESP32_SPIFLASH_SMARTFS
|
||||
bool "SmartFS"
|
||||
select FS_SMARTFS
|
||||
select MTD_SMART
|
||||
|
||||
config ESP32_SPIFLASH_NXFFS
|
||||
bool "NXFFS"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue