76582671eb
This patch is adding communication layer with firmware. Firmware driver provides an interface to firmware APIs. Interface APIs can be used by any driver to communicate to PMUFW(Platform Management Unit). All requests go through ATF. Signed-off-by: Rajan Vaja <rajanv@xilinx.com> Signed-off-by: Jolly Shah <jollys@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
17 lines
434 B
Plaintext
17 lines
434 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
# Kconfig for Xilinx firmwares
|
|
|
|
menu "Zynq MPSoC Firmware Drivers"
|
|
depends on ARCH_ZYNQMP
|
|
|
|
config ZYNQMP_FIRMWARE
|
|
bool "Enable Xilinx Zynq MPSoC firmware interface"
|
|
help
|
|
Firmware interface driver is used by different
|
|
drivers to communicate with the firmware for
|
|
various platform management services.
|
|
Say yes to enable ZynqMP firmware interface driver.
|
|
If in doubt, say N.
|
|
|
|
endmenu
|