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:
Gustavo Henrique Nihei 2021-10-22 12:06:17 -03:00 committed by Xiang Xiao
parent f74c6f7f5b
commit 9056cabd83
1 changed files with 1 additions and 0 deletions

View File

@ -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"