You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.0 KiB
39 lines
1.0 KiB
#
|
|
# Integrity Check Driver configuration
|
|
#
|
|
|
|
config ICD
|
|
bool "IC Driver"
|
|
depends on FIVE && !PROCA_S_OS
|
|
default y
|
|
---help---
|
|
Enable Integrity Check Driver support.
|
|
It's used to set FUSE for tampered processes.
|
|
|
|
choice
|
|
prompt "IC Secure OS"
|
|
depends on ICD
|
|
default ICD_USE_QSEECOM if QSEECOM
|
|
default ICD_USE_TZDEV if TZDEV
|
|
default ICD_USE_TRUSTONIC
|
|
---help---
|
|
Select Secure OS for ICD
|
|
|
|
config ICD_USE_TRUSTONIC
|
|
bool "Integrity TEE Driver based on Trustonic Secure OS"
|
|
depends on TRUSTONIC_TEE
|
|
---help---
|
|
Use Trustonic as base Trusted Execution Environment
|
|
|
|
config ICD_USE_TZDEV
|
|
bool "Integrity TEE Driver based on TEEgris Secure OS"
|
|
depends on TZDEV
|
|
---help---
|
|
Use TEEgris as base Trusted Execution Environment
|
|
|
|
config ICD_USE_QSEECOM
|
|
bool "Integrity TEE Driver based on Qualcomm Secure OS"
|
|
depends on QSEECOM
|
|
---help---
|
|
Use Qualcomm as base Trusted Execution Environment
|
|
endchoice
|
|
|