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
|
@ -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…
Reference in New Issue