menu "TEE OS"

config TZDRIVER
	tristate "Secure Execution Communicator driver"
	default n
	help
	  Provides a communication interface between userspace and
	  TrustZone Operating Environment.

config TZDRIVER_MODULE
	bool "tzdriver Compiling into .ko"
	default n
	help
	  tzdriver Compiling into .ko

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

config DEVCHIP_PLATFORM
    bool "when we are DEVCHIP PLATFORM"
    default y

source  "drivers/huanglong/tee/tee_tz/tzdriver/auth/Kconfig"
source  "drivers/huanglong/tee/tee_tz/tzdriver/core/Kconfig"
source  "drivers/huanglong/tee/tee_tz/tzdriver/tlogger/Kconfig"
source  "drivers/huanglong/tee/tee_tz/tzdriver/agent_rpmb/Kconfig"
source  "drivers/huanglong/tee/tee_tz/tzdriver/tzdriver_internal/Kconfig"
endmenu

