| 123456789101112131415161718 |
- config MTK_SECURITY_SW_SUPPORT
- bool "Enable MTK SECURITY SW Support"
- default y
- help
- If yes, All security function in preloader/LK/kernel/android will
- be built into software images
- config MTK_SEC_MODEM_NVRAM_ANTI_CLONE
- bool "MTK_SEC_MODEM_NVRAM_ANTI_CLONE"
- default n
- help
- This option is used to enable modem NVRAM anti-clone functionality
- [dependency_relationship]: yes If this option is turned on, the
- modem part should also turn on for the following setting 1. Modem
- project file CUSTOM_OPTION += __NVRAM_BIND_TO_CHIP_CIPHER__ 2. by
- default, only two LID is defaulted has MSP attribute
- (1)NVRAM_EF_SML_LID (2)NVRAM_EF_SIM_LOCK_LID 3. if want to turn on
- specific LID, please add attribute NVRAM_ATTR_MSP
|