Skip to content

Commit 20db6f2

Browse files
committed
DEBUG: for virtual efuse testing - THIS COMMIT WILL BE DELETED
Signed-off-by: Almir Okato <[email protected]>
1 parent 33c8b53 commit 20db6f2

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

zephyr/Kconfig

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,21 @@
33

44
if SOC_FAMILY_ESPRESSIF_ESP32
55

6-
if MCUBOOT
6+
#if MCUBOOT
7+
8+
config EFUSE_VIRTUAL
9+
bool
10+
# default y
11+
12+
config EFUSE_VIRTUAL_KEEP_IN_FLASH
13+
bool
14+
# default y
715

816
config EFUSE_VIRTUAL_OFFSET
917
hex
1018
default 0x250000 if SOC_SERIES_ESP32
1119
default 0x250000 if SOC_SERIES_ESP32S2
12-
default 0x250000 if SOC_SERIES_ESP32S3
20+
default 0x3FF000 if SOC_SERIES_ESP32S3
1321
default 0x250000 if SOC_SERIES_ESP32C3
1422
default 0x250000 if SOC_SERIES_ESP32C6
1523

@@ -29,7 +37,7 @@ config EFUSE_MAX_BLK_LEN
2937
default 256 if SOC_SERIES_ESP32C3
3038
default 256 if SOC_SERIES_ESP32C6
3139

32-
endif # MCUBOOT
40+
#endif # MCUBOOT
3341

3442
config BOOTLOADER_LOG_LEVEL
3543
int

0 commit comments

Comments
 (0)