xref: /linux/drivers/firmware/xilinx/Kconfig (revision b9d7eb6a31be296ca0af95641a23c4c758703c0a)
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