repo: https://github.com/T-head-Semi/linux commit: b1313fe517ca3703119dcc99ef3bbf75ab42bcfb Change-Id: I6cbb35294024ea3a66140e311f4bb705fd7fd626
9 lines
256 B
Plaintext
9 lines
256 B
Plaintext
# SPDX-License-Identifier: MIT
|
|
# AMD-TEE Trusted Execution Environment Configuration
|
|
config AMDTEE
|
|
tristate "AMD-TEE"
|
|
default m
|
|
depends on CRYPTO_DEV_SP_PSP && CRYPTO_DEV_CCP_DD
|
|
help
|
|
This implements AMD's Trusted Execution Environment (TEE) driver.
|