#
# To support TEE for ARTIK
#
menu "ARTIK TEE(Trusted Execution Environment)"

config ARTIK_TRUSTZONE_DRIVER
	tristate "ARTIK TrustZone driver"
	depends on ((ARM_TRUSTZONE && (SOC_EXYNOS3250 || SOC_EXYNOS5422)) ||\
				ARCH_S5P6818)
	default y
	help
	  This driver allows you can communicate with ARTIK Secure OS.
	  When you use this driver, the platform has to support Secure OS.

config ARTIK_USE_TZCMA_FOR_ARTIK710_CRYPTO
	bool "ARTIK Uses TZCMA for crypto operation on ARTIK710"
	depends on (ARTIK_TRUSTZONE_DRIVER && ARCH_S5P6818)
	default y
	help
	  This driver supports to use continuous memory which is allocated
	  by cma(continuous memory allocator) for crypto operation on artik710.
endmenu
