Skip to content

Commit 5f3f4e7

Browse files
marekmatejnashif
authored andcommitted
drivers: flash: Fix flash host type for CI builds
This fixes the APPCPU synthetic builds. Signed-off-by: Marek Matej <marek.matej@espressif.com>
1 parent ef85dbe commit 5f3f4e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/flash/Kconfig.esp32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ config ESP_FLASH_ASYNC_IPM
6161

6262
config ESP_FLASH_REMOTE
6363
bool "Remote IPM flash driver"
64-
default y if (SOC_ESP32_APPCPU || SOC_ESP32S3_APPCPU || SOC_ESP32C6_LPCORE)
64+
default y if (SOC_ESP32_APPCPU || SOC_ESP32S3_APPCPU || SOC_ESP32C6_LPCORE) && (IPM || MBOX)
6565

6666
config ESP_FLASH_HOST
6767
bool "Host functionality flash driver"

0 commit comments

Comments
 (0)