mirror of
https://github.com/openharmony/tee_tee_tzdriver.git
synced 2026-07-01 06:41:57 -04:00
60950d3b60
signed-off-by: YuanHao<yuanhao34@huawei.com>
21 lines
507 B
Plaintext
21 lines
507 B
Plaintext
menu "TEE OS"
|
|
|
|
config TZDRIVER
|
|
tristate "Secure Execution Communicator driver"
|
|
default n
|
|
help
|
|
Provides a communication interface between userspace and
|
|
TrustZone Operating Environment.
|
|
|
|
config ASAN_DEBUG
|
|
bool "ASAN debug version"
|
|
default n
|
|
help
|
|
Macro defined for ASAN debug version
|
|
|
|
source "../../../../../base/tee/tee_tzdriver/linux/auth/Kconfig"
|
|
source "../../../../../base/tee/tee_tzdriver/linux/core/Kconfig"
|
|
source "../../../../../base/tee/tee_tzdriver/linux/tlogger/Kconfig"
|
|
endmenu
|
|
|