mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-22 09:01:08 +00:00
nvs_flash: Added helper component nvs_sec_provider
- For processing NVS encryption-related security configuration
This commit is contained in:
@@ -54,7 +54,8 @@ menu "Partition Table"
|
||||
for more information.
|
||||
config PARTITION_TABLE_SINGLE_APP_ENCRYPTED_NVS
|
||||
bool "Single factory app, no OTA, encrypted NVS"
|
||||
depends on !ESP32_COREDUMP_ENABLE_TO_FLASH && NVS_ENCRYPTION
|
||||
depends on !ESP32_COREDUMP_ENABLE_TO_FLASH && NVS_SEC_KEY_PROTECT_USING_FLASH_ENC
|
||||
|
||||
help
|
||||
This is a variation of the default "Single factory app, no OTA" partition table
|
||||
that supports encrypted NVS when using flash encryption. See the Flash Encryption section
|
||||
@@ -64,7 +65,7 @@ menu "Partition Table"
|
||||
components/partition_table/partitions_singleapp_encr_nvs.csv
|
||||
config PARTITION_TABLE_SINGLE_APP_LARGE_ENC_NVS
|
||||
bool "Single factory app (large), no OTA, encrypted NVS"
|
||||
depends on !ESP32_COREDUMP_ENABLE_TO_FLASH && NVS_ENCRYPTION
|
||||
depends on !ESP32_COREDUMP_ENABLE_TO_FLASH && NVS_SEC_KEY_PROTECT_USING_FLASH_ENC
|
||||
help
|
||||
This is a variation of the "Single factory app (large), no OTA" partition table
|
||||
that supports encrypted NVS when using flash encryption. See the Flash Encryption section
|
||||
@@ -74,7 +75,7 @@ menu "Partition Table"
|
||||
components/partition_table/partitions_singleapp_large_encr_nvs.csv
|
||||
config PARTITION_TABLE_TWO_OTA_ENCRYPTED_NVS
|
||||
bool "Factory app, two OTA definitions, encrypted NVS"
|
||||
depends on !ESP_COREDUMP_ENABLE_TO_FLASH && NVS_ENCRYPTION
|
||||
depends on !ESP_COREDUMP_ENABLE_TO_FLASH && NVS_SEC_KEY_PROTECT_USING_FLASH_ENC
|
||||
help
|
||||
This is a variation of the "Factory app, two OTA definitions" partition table
|
||||
that supports encrypted NVS when using flash encryption. See the Flash Encryption section
|
||||
|
Reference in New Issue
Block a user