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_WUDANGSTICK || ARCH_SHAOLINGUN)
	help
	 When startup using ATF+32bits Kernel,select this.
endif

source "drivers/huanglong/tee/tee_tz/tzdriver/Kconfig"



