mirror of
https://github.com/openharmony/tee_tee_tzdriver.git
synced 2026-07-01 06:41:57 -04:00
42448d2290
Signed-off-by: suwanghw <wangsu14@huawei.com>
38 lines
877 B
Plaintext
38 lines
877 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 SECBOOT_IMG
|
|
bool "tzdriver split secboot img into modem and ap"
|
|
default n
|
|
depends on KERNEL_CLIENT
|
|
help
|
|
Macro defined for splitting modem and ap img
|
|
|
|
config SECBOOT_IMG_V2
|
|
bool "tzdriver split modem and ap for v2"
|
|
default n
|
|
depends on KERNEL_CLIENT
|
|
help
|
|
Macro defined for splitting modem and ap img v2
|
|
|
|
config ASAN_DEBUG
|
|
bool "ASAN debug version"
|
|
default n
|
|
help
|
|
Macro defined for ASAN debug version
|
|
|
|
source "drivers/tzdriver/auth/Kconfig"
|
|
source "drivers/tzdriver/core/Kconfig"
|
|
source "drivers/tzdriver/tlogger/Kconfig"
|
|
source "drivers/tzdriver/agent_rpmb/Kconfig"
|
|
source "drivers/tzdriver/ion/Kconfig"
|
|
source "drivers/tzdriver/tui/Kconfig"
|
|
endmenu
|
|
|