27 lines · plain
1# SPDX-License-Identifier: GPL-2.02# Kconfig for Xilinx firmwares3 4menu "Zynq MPSoC Firmware Drivers"5 depends on ARCH_ZYNQMP6 7config ZYNQMP_FIRMWARE8 bool "Enable Xilinx Zynq MPSoC firmware interface"9 depends on ARCH_ZYNQMP10 default y if ARCH_ZYNQMP11 select MFD_CORE12 help13 Firmware interface driver is used by different14 drivers to communicate with the firmware for15 various platform management services.16 Say yes to enable ZynqMP firmware interface driver.17 If in doubt, say N.18 19config ZYNQMP_FIRMWARE_DEBUG20 bool "Enable Xilinx Zynq MPSoC firmware debug APIs"21 depends on ZYNQMP_FIRMWARE && DEBUG_FS22 help23 Say yes to enable ZynqMP firmware interface debug APIs.24 If in doubt, say N.25 26endmenu27