OPTEE: Kconfig: set config default to n

The config should be set in rockchip_defconfig.

Change-Id: I140315e0cb11235ceaa108929bd815bded9cad82
Signed-off-by: Zhang Zhijie <zhangzj@rock-chips.com>
This commit is contained in:
Zhang Zhijie
2017-11-17 15:46:12 +08:00
parent 1e75691ff6
commit 3988996d76

View File

@@ -14,7 +14,7 @@
# Trursted Execution Environment Configuration
config TEE_SUPPORT
bool "Trusted Execution Environment Support"
default y
default n
---help---
This implements the Trusted Execution Environment (TEE) Client
API Specification from GlobalPlatform Device Technology.