0001 # SPDX-License-Identifier: GPL-2.0
0002 # Kconfig for Xilinx firmwares
0003
0004 menu "Zynq MPSoC Firmware Drivers"
0005 depends on ARCH_ZYNQMP
0006
0007 config ZYNQMP_FIRMWARE
0008 bool "Enable Xilinx Zynq MPSoC firmware interface"
0009 depends on ARCH_ZYNQMP
0010 default y if ARCH_ZYNQMP
0011 select MFD_CORE
0012 help
0013 Firmware interface driver is used by different
0014 drivers to communicate with the firmware for
0015 various platform management services.
0016 Say yes to enable ZynqMP firmware interface driver.
0017 If in doubt, say N.
0018
0019 config ZYNQMP_FIRMWARE_DEBUG
0020 bool "Enable Xilinx Zynq MPSoC firmware debug APIs"
0021 depends on ZYNQMP_FIRMWARE && DEBUG_FS
0022 help
0023 Say yes to enable ZynqMP firmware interface debug APIs.
0024 If in doubt, say N.
0025
0026 endmenu