From 16829666cb63d700d3a9ca4ac830a8feeeef8b9f Mon Sep 17 00:00:00 2001 From: Eren Terzioglu Date: Tue, 27 Jan 2026 12:37:18 +0100 Subject: [PATCH] boards/risc-v/esp32c6: Add missing config for esp32c6 romfs Add missing config for romfs on esp32c6-devkitc Signed-off-by: Eren Terzioglu --- boards/risc-v/esp32c6/esp32c6-devkitc/configs/romfs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/risc-v/esp32c6/esp32c6-devkitc/configs/romfs/defconfig b/boards/risc-v/esp32c6/esp32c6-devkitc/configs/romfs/defconfig index 7b3d7088996..484b7da8ab3 100644 --- a/boards/risc-v/esp32c6/esp32c6-devkitc/configs/romfs/defconfig +++ b/boards/risc-v/esp32c6/esp32c6-devkitc/configs/romfs/defconfig @@ -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