# Framework Configuration
config CPU_AFF_NR
	int "Default Cpu Affinity"
	default 0
	depends on TZDRIVER
	help
	  Default Cpu Affinity

config DRM_ADAPT
	bool "Drm Feature Adapt"
	default n
	depends on TZDRIVER
	help
	  Drm Feature Adapt

config TA_AFFINITY
	bool "TA affinity"
	default n
	depends on TZDRIVER
	help
	  TA Cpu Affinity bind range, consistent with CONFIG_MAX_NUM_NODES in TEE

config TA_AFFINITY_CPU_NUMS
	int "TA affinity max support cpus"
	default 8
	depends on TA_AFFINITY
	help
	  consistent with CONFIG_MAX_NUM_NODES in TEE

config TEECD_AUTH
	bool "Teec Daemon Path Hash Auth"
	default n
	depends on TZDRIVER
	help
	  TEEOS TEECD path hash auth

config TEE_AUDIT
	bool "Audit TA"
	default n
	depends on AUTH_ENHANCE
	help
	  Audit TA in case of evil TA

config KERNEL_CLIENT
	bool "Kernel Client Interface"
	default n
	depends on TZDRIVER
	help
	  Kernel Client Interface

config BIG_SESSION
	bool "open more sessions"
	default n
	depends on TZDRIVER
	help
	  TEEOS open more sessions

config FFA_SUPPORT
	bool "FFA Support Enable"
	default n
	depends on TZDRIVER
	help
	  FFA Support Enable

config ENABLE_DSTB
	bool "TEE enable dstb service"
	default n
	depends on TZDRIVER
	help
	  TEE Enable Dstb Service

config TEE_RESET
	bool "TEE Reset Support Enable"
	default n
	depends on TZDRIVER
	help
	  TEE Reset Support Enable

config TZ_S4_SUPPORT
	bool "TEE S4 Support Enable"
	default n
	depends on TZDRIVER
	help
	  TEE S4 Support Enable

config S4_SUSPEND_DRIVER_ONLY
	bool "TEE S4 suspend driver only"
	default n
	depends on TZ_S4_SUPPORT
	help
	  TEE S4 suspend driver only

config TZ_INIT_FLAG
	bool "Tzdriver Init Finished Support Enable"
	default n
	depends on TZDRIVER
	help
	  Tzdriver Init Finished Support Enable

config TZ_RESERVED_MAILBOX
	bool "Tzdriver support reserved mailbox buffer"
	default n
	depends on TZDRIVER
	help
	  Tzdriver Support Reserved Mailbox Buffer

config ENABLE_TA_CTRL
	bool "Enable TA Control Feature"
	default n
	depends on TZDRIVER
	help
	  Enable TA Control Feature

config RPMB_AGENT_IO_PRIO
	bool "RPMB agent io priority"
	default n
	depends on TZDRIVER
	help
	  Increase the thread scheduling priority of agent_rpmb
