12 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config ARM_TSTEE3 tristate "Arm Trusted Services TEE driver"4 depends on ARM_FFA_TRANSPORT5 default n6 help7 The Trusted Services project provides a framework for developing and8 deploying device Root of Trust services in FF-A Secure Partitions.9 This driver provides an interface to make Trusted Services Secure10 Partitions accessible for user space clients, since the FF-A driver11 doesn't implement a user space interface directly.12