| menu "GZ Kree" |
| |
| config HAVE_MTK_ENABLE_GENIEZONE |
| bool "HAVE_MTK_ENABLE_GENIEZONE" |
| select TRUSTY_INTERRUPT_FIQ_ONLY |
| select TRUSTY_INTERRUPT_MAP |
| select MTK_GZ_KREE |
| select MT_GZ_TRUSTY_DEBUGFS if (MTK_ENG_BUILD) |
| help |
| This is used to support MTK Geniezone. |
| It is used to control MTK_ENABLE_GENIEZONE |
| and it is used in the program for ifdef operations. |
| Use MTK_ENABLE_GENIEZONE instead of TRUSTY to |
| enable it. |
| |
| config MTK_ENABLE_GENIEZONE |
| tristate "MTK GenieZone enable" |
| depends on HAVE_MTK_ENABLE_GENIEZONE |
| help |
| This is used for Trusty to support MTK Geniezone |
| Irq will be masked in trusty irq handler |
| for irq routing to GenieZone. |
| Irq work will be put to global queue when cpu dead. |
| We move the GZ TIPC driver from drivers/trusty to |
| drivers/misc/mediatek/geniezone/gz-trusty. Use |
| MTK_ENABLE_GENIEZONE instead of TRUSTY to enable it. |
| |
| config MTK_GZ_MAIN |
| tristate "MTK GZ_MAIN enable" |
| help |
| This is used for enabling gz basic drivers. |
| Add gz_main.o, gz_ut.o, gz_chmem_ut.o, |
| gz_shmem_ut.o, gz_rkp_ut.o, |
| and some files in mtee_kree subdirectory by this config. |
| Say Y if you would like to enable this feature. |
| If unsure, say N. |
| |
| config MTK_GZ_LOG |
| tristate "MTK GZ_LOG enable" |
| depends on HAVE_MTK_GZ_LOG |
| help |
| This is used for enabling trusty log. |
| Add gz-log.o by this config. |
| Say Y if you would like to enable this feature. |
| If unsure, say N. |
| |
| config MTK_GZ_VIRTIO |
| tristate "MTK GZ_VIRTIO enable" |
| help |
| This is used for enabling Geniezone Trusty VIRTIO. |
| Add trusty-virtio.o and trusty-mem.o by this config. |
| Say Y if you would like to enable this feature. |
| If unsure, say N. |
| |
| config MTK_GZ_VIRTIO_IPC |
| tristate "MTK GZ_VIRTIO_IPC enable" |
| help |
| This is used for enabling Geniezone TRUSTY VIRTIO IPC. |
| Add trusty-ipc by this config. |
| Say Y if you would like to enable this feature. |
| If unsure, say N. |
| |
| config MTK_GZ_IRQ |
| tristate "MTK GZ_IRQ enable" |
| help |
| This is used for enabling Geniezone IRQ. |
| Add trusty-irq by this config. |
| Say Y if you would like to enable this feature. |
| If unsure, say N. |
| |
| config MTK_GZ_KREE |
| bool "MediaTek GenieZone support" |
| help |
| Mediatek GenieZone kernel driver |
| with APIs based on MTEE framework |
| Note that user-space API requires |
| This module to be enabled. |
| |
| config MTK_GZ_TZ_SYSTEM |
| tristate "GenieZone tz_system support" |
| help |
| GenieZone TZ_SYSTEM driver |
| supports some APIs for IPC, and |
| session-related functions. |
| This module must be enabled. |
| |
| config GZ_VPU_WITH_M4U |
| bool "GenieZone support VPU with M4U" |
| depends on MTK_GZ_KREE |
| help |
| GZ control VPU at M4U map. |
| Because VPU is 32 bits, only see 4G |
| dram, need use M4U to enlarge dram |
| access over 4G. |
| |
| config MTK_GZ_SUPPORT_SDSP |
| bool "GenieZone support SDSP" |
| depends on HAVE_MTK_ENABLE_GENIEZONE |
| help |
| GZ smcall into mtee for sdsp on and off. |
| When switch normal/secure vpu, need add |
| smc call into mtee for setup security |
| realted register. |
| |
| source "$(KCONFIG_EXT_PREFIX)drivers/misc/mediatek/geniezone/gz-trusty/Kconfig" |
| |
| endmenu |
| |
| # GZ Kree |