1 # SPDX-License-Identifier: GPL-2.0
2 # Kconfig for Xilinx firmwares
4 menu "Zynq MPSoC Firmware Drivers"
8 bool "Enable Xilinx Zynq MPSoC firmware interface"
10 default y if ARCH_ZYNQMP
13 Firmware interface driver is used by different
14 drivers to communicate with the firmware for
15 various platform management services.
16 Say yes to enable ZynqMP firmware interface driver.
19 config ZYNQMP_FIRMWARE_DEBUG
20 bool "Enable Xilinx Zynq MPSoC firmware debug APIs"
21 depends on ZYNQMP_FIRMWARE && DEBUG_FS
23 Say yes to enable ZynqMP firmware interface debug APIs.