# SPDX-License-Identifier: GPL-2.0+
# Kconfig for Xilinx ZynqMP firmware

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 to
	  communicate with the firmware for various platform
	  management services.
	  Say yes to enable ZynqMP firmware interface driver.
	  In doubt, say N

config ZYNQMP_FIRMWARE_DEBUG
	bool "Enable Xilinx Zynq MPSoC firmware debug APIs"
	depends on ZYNQMP_FIRMWARE && DEBUG_FS
	help
	  Say yes to enable ZynqMP firmware interface debug APIs.
	  In doubt, say N

endmenu
