2019-09-23 10:10:57 -04:00
|
|
|
menu "NVS"
|
2018-07-02 07:10:43 -04:00
|
|
|
|
2019-01-25 11:10:53 -05:00
|
|
|
config NVS_ENCRYPTION
|
|
|
|
bool "Enable NVS encryption"
|
2020-12-14 22:01:39 -05:00
|
|
|
default y
|
2019-05-09 08:10:35 -04:00
|
|
|
depends on SECURE_FLASH_ENC_ENABLED
|
2019-01-25 11:10:53 -05:00
|
|
|
help
|
|
|
|
This option enables encryption for NVS. When enabled, AES-XTS is used to encrypt
|
|
|
|
the complete NVS data, except the page headers. It requires XTS encryption keys
|
|
|
|
to be stored in an encrypted partition. This means enabling flash encryption is
|
|
|
|
a pre-requisite for this feature.
|
2018-07-02 07:10:43 -04:00
|
|
|
endmenu
|