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.
57 lines
1.2 KiB
57 lines
1.2 KiB
7 months ago
|
menuconfig ITRUSTEE
|
||
|
tristate "Secure ITRUSTEE driver"
|
||
|
default n
|
||
|
help
|
||
|
Provides a communication interface between userspace and
|
||
|
TrustZone Operating Environment.
|
||
|
|
||
|
config TEE_TZ
|
||
|
tristate "Trustedcore Secure ITRUSTEE driver"
|
||
|
default n
|
||
|
depends on ITRUSTEE
|
||
|
help
|
||
|
Provides a communication interface between userspace and
|
||
|
TrustZone Operating Environment.
|
||
|
|
||
|
if !ARCH_T9
|
||
|
config TEE_VMX_ULTRA
|
||
|
tristate "Trustedcore for vmx ultra"
|
||
|
default n
|
||
|
depends on ITRUSTEE
|
||
|
help
|
||
|
Support for Trustedcore for vmx ultra
|
||
|
|
||
|
config TEE_RESERVED_MEM
|
||
|
bool "Reserve memory for ITRUSTEE"
|
||
|
default n
|
||
|
depends on ITRUSTEE
|
||
|
help
|
||
|
Reserve memory for ITRUSTEE
|
||
|
|
||
|
config TEE_RESERVED_MEM_ADDR
|
||
|
hex "Reserve memory address for ITRUSTEE"
|
||
|
default 0x8000000
|
||
|
depends on TEE_RESERVED_MEM
|
||
|
help
|
||
|
Reserve memory address for ITRUSTEE
|
||
|
|
||
|
config TEE_RESERVED_MEM_SIZE
|
||
|
hex "Reserve memory size for ITRUSTEE"
|
||
|
default 0x5800000
|
||
|
depends on TEE_RESERVED_MEM
|
||
|
help
|
||
|
Reserve memory size for ITRUSTEE
|
||
|
|
||
|
config ARM32_ATF_SUPPORT
|
||
|
bool "Support 32bits kernel to send smc to ATF "
|
||
|
default n
|
||
|
depends on ITRUSTEE && (ARCH_RESERVED13 || ARCH_RESERVED9)
|
||
|
help
|
||
|
When startup using ATF+32bits Kernel,select this.
|
||
|
endif
|
||
|
|
||
|
source "drivers/huanglong/tee/tee_tz/tzdriver/Kconfig"
|
||
|
|
||
|
|
||
|
|