xref: /linux/drivers/firmware/xilinx/Kconfig (revision 2956f4e4f0c504697f9dd6b84fd5c57ede35d333)
1# SPDX-License-Identifier: GPL-2.0
2# Kconfig for Xilinx firmwares
3
4menu "Zynq MPSoC Firmware Drivers"
5	depends on ARCH_ZYNQMP
6
7config ZYNQMP_FIRMWARE
8	bool "Enable Xilinx Zynq MPSoC firmware interface"
9	depends on ARCH_ZYNQMP
10	default y if ARCH_ZYNQMP
11	select MFD_CORE
12	help
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.
17	  If in doubt, say N.
18
19config ZYNQMP_FIRMWARE_DEBUG
20	bool "Enable Xilinx Zynq MPSoC firmware debug APIs"
21	depends on ZYNQMP_FIRMWARE && DEBUG_FS
22	help
23	  Say yes to enable ZynqMP firmware interface debug APIs.
24	  If in doubt, say N.
25
26endmenu
27