boards/risc-v/esp32c6: Add missing config for esp32c6 romfs

Add missing config for romfs on esp32c6-devkitc

Signed-off-by: Eren Terzioglu <eren.terzioglu@espressif.com>
This commit is contained in:
Eren Terzioglu 2026-01-27 12:37:18 +01:00 committed by simbit18
parent c844ecf393
commit 16829666cb

View file

@ -22,6 +22,7 @@ CONFIG_BOARD_LOOPSPERMSEC=15000
CONFIG_BUILTIN=y
CONFIG_EFUSE=y
CONFIG_ESPRESSIF_EFUSE=y
CONFIG_ETC_ROMFS=y
CONFIG_FS_PROCFS=y
CONFIG_FS_ROMFS=y
CONFIG_IDLETHREAD_STACKSIZE=2048