xref: /linux/drivers/tee/tstee/Kconfig (revision 621cde16e49b3ecf7d59a8106a20aaebfb4a59a9)
1*c835e5a3SBalint Dobszay# SPDX-License-Identifier: GPL-2.0-only
2*c835e5a3SBalint Dobszayconfig ARM_TSTEE
3*c835e5a3SBalint Dobszay	tristate "Arm Trusted Services TEE driver"
4*c835e5a3SBalint Dobszay	depends on ARM_FFA_TRANSPORT
5*c835e5a3SBalint Dobszay	default n
6*c835e5a3SBalint Dobszay	help
7*c835e5a3SBalint Dobszay	  The Trusted Services project provides a framework for developing and
8*c835e5a3SBalint Dobszay	  deploying device Root of Trust services in FF-A Secure Partitions.
9*c835e5a3SBalint Dobszay	  This driver provides an interface to make Trusted Services Secure
10*c835e5a3SBalint Dobszay	  Partitions accessible for user space clients, since the FF-A driver
11*c835e5a3SBalint Dobszay	  doesn't implement a user space interface directly.
12