We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33c8b53 commit 20db6f2Copy full SHA for 20db6f2
zephyr/Kconfig
@@ -3,13 +3,21 @@
3
4
if SOC_FAMILY_ESPRESSIF_ESP32
5
6
-if MCUBOOT
+#if MCUBOOT
7
+
8
+config EFUSE_VIRTUAL
9
+ bool
10
+ # default y
11
12
+config EFUSE_VIRTUAL_KEEP_IN_FLASH
13
14
15
16
config EFUSE_VIRTUAL_OFFSET
17
hex
18
default 0x250000 if SOC_SERIES_ESP32
19
default 0x250000 if SOC_SERIES_ESP32S2
- default 0x250000 if SOC_SERIES_ESP32S3
20
+ default 0x3FF000 if SOC_SERIES_ESP32S3
21
default 0x250000 if SOC_SERIES_ESP32C3
22
default 0x250000 if SOC_SERIES_ESP32C6
23
@@ -29,7 +37,7 @@ config EFUSE_MAX_BLK_LEN
29
37
default 256 if SOC_SERIES_ESP32C3
30
38
default 256 if SOC_SERIES_ESP32C6
31
39
32
-endif # MCUBOOT
40
+#endif # MCUBOOT
33
41
34
42
config BOOTLOADER_LOG_LEVEL
35
43
int
0 commit comments