mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-02 03:03:00 +09:00
Match the optee_os version 1.5 or later. Main update features: 1.Support 32-bit client working with 64-bit linux kernel. 2.Fix Shared Memory protection. 3.Add mutex to serialize tee-supplicant request. 4.Revert "rename tee-supplicant to tee_supplicant". cherry-pick from 3.10 commit id:5f6467dc09e8c00f7fa6a621b3aad7046ae84d48 Change-Id: I5c77ed85aa56e36d346be7c4462c5a15120df439 Signed-off-by: sean.huang <sean.huang@rock-chips.com>
21 lines
755 B
Plaintext
21 lines
755 B
Plaintext
#
|
|
# Copyright (c) 2014, STMicroelectronics International N.V.
|
|
#
|
|
# This program is free software; you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License Version 2 as
|
|
# published by the Free Software Foundation.
|
|
#
|
|
# This program is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU General Public License for more details.
|
|
#
|
|
|
|
# Trursted Execution Environment Configuration
|
|
config TEE_SUPPORT
|
|
bool "Trusted Execution Environment Support"
|
|
default n
|
|
---help---
|
|
This implements the Trusted Execution Environment (TEE) Client
|
|
API Specification from GlobalPlatform Device Technology.
|