1# Framework Configuration 2config CPU_AFF_NR 3 int "Default Cpu Affinity" 4 default 0 5 depends on TZDRIVER 6 help 7 Default Cpu Affinity 8 9config DRM_ADAPT 10 bool "Drm Feature Adapt" 11 default n 12 depends on TZDRIVER 13 help 14 Drm Feature Adapt 15 16config TA_AFFINITY 17 bool "TA affinity" 18 default n 19 depends on TZDRIVER 20 help 21 TA Cpu Affinity bind range, consistent with CONFIG_MAX_NUM_NODES in TEE 22 23config TA_AFFINITY_CPU_NUMS 24 int "TA affinity max support cpus" 25 default 8 26 depends on TA_AFFINITY 27 help 28 consistent with CONFIG_MAX_NUM_NODES in TEE 29 30config TEECD_AUTH 31 bool "Teec Daemon Path Hash Auth" 32 default n 33 depends on TZDRIVER 34 help 35 TEEOS TEECD path hash auth 36 37config TEE_AUDIT 38 bool "Audit TA" 39 default n 40 depends on AUTH_ENHANCE 41 help 42 Audit TA in case of evil TA 43 44config KERNEL_CLIENT 45 bool "Kernel Client Interface" 46 default n 47 depends on TZDRIVER 48 help 49 Kernel Client Interface 50 51config BIG_SESSION 52 bool "open more sessions" 53 default n 54 depends on TZDRIVER 55 help 56 TEEOS open more sessions 57 58config FFA_SUPPORT 59 bool "FFA Support Enable" 60 default n 61 depends on TZDRIVER 62 help 63 FFA Support Enable 64 65config THIRDPARTY_COMPATIBLE 66 bool "Compatible with OPTEE" 67 default n 68 depends on TZDRIVER 69 help 70 Compatible with OPTEE 71