1 # SPDX-License-Identifier: GPL-2.0-only
2 config ARM_FFA_TRANSPORT
3 tristate "Arm Firmware Framework for Armv8-A"
8 This Firmware Framework(FF) for Arm A-profile processors describes
9 interfaces that standardize communication between the various
10 software images which includes communication between images in
11 the Secure world and Normal world. It also leverages the
12 virtualization extension to isolate software images provided
13 by an ecosystem of vendors from each other.
15 This driver provides interface for all the client drivers making
16 use of the features offered by ARM FF-A.
20 default ARM_FFA_TRANSPORT
21 depends on ARM64 && HAVE_ARM_SMCCC_DISCOVERY