Kconfig 481 B

123456789101112
  1. menu "NVS"
  2. config NVS_ENCRYPTION
  3. bool "Enable NVS encryption"
  4. default n
  5. depends on SECURE_FLASH_ENC_ENABLED
  6. help
  7. This option enables encryption for NVS. When enabled, AES-XTS is used to encrypt
  8. the complete NVS data, except the page headers. It requires XTS encryption keys
  9. to be stored in an encrypted partition. This means enabling flash encryption is
  10. a pre-requisite for this feature.
  11. endmenu