android_kernel_samsung_a7y1.../drivers/security/samsung/tzic/Kconfig
2020-08-18 17:44:51 +05:30

43 lines
1.0 KiB
Plaintext

#
# TZIC configuration
#
config TZIC
bool "TZIC Driver"
default y
---help---
Enable TZIC Driver support.
choice
prompt "IC Secure OS"
depends on TZIC
default TZIC_USE_QSEECOM if QSEECOM
default TZIC_USE_TZDEV if TZDEV
default TZIC_USE_TRUSTONIC if TRUSTONIC_TEE
default TZIC_DEFAULT
---help---
Select Secure OS for TZIC
config TZIC_USE_TRUSTONIC
bool "TZIC based on Trustonic Secure OS"
depends on TRUSTONIC_TEE
---help---
Use Trustonic as base Trusted Execution Environment
config TZIC_USE_TZDEV
bool "TZIC based on TEEgris Secure OS"
depends on TZDEV
---help---
Use TEEgris as base Trusted Execution Environment
config TZIC_USE_QSEECOM
bool "TZIC based on Qualcomm Secure OS"
depends on QSEECOM
---help---
Use Qualcomm as base Trusted Execution Environment
config TZIC_DEFAULT
bool "TZIC Disabled"
---help---
TZIC disabled
endchoice