]> asedeno.scripts.mit.edu Git - linux.git/blob - drivers/firmware/xilinx/Kconfig
Merge tag 'spi-fix-v4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
[linux.git] / drivers / firmware / xilinx / Kconfig
1 # SPDX-License-Identifier: GPL-2.0
2 # Kconfig for Xilinx firmwares
3
4 menu "Zynq MPSoC Firmware Drivers"
5         depends on ARCH_ZYNQMP
6
7 config ZYNQMP_FIRMWARE
8         bool "Enable Xilinx Zynq MPSoC firmware interface"
9         help
10           Firmware interface driver is used by different
11           drivers to communicate with the firmware for
12           various platform management services.
13           Say yes to enable ZynqMP firmware interface driver.
14           If in doubt, say N.
15
16 config ZYNQMP_FIRMWARE_DEBUG
17         bool "Enable Xilinx Zynq MPSoC firmware debug APIs"
18         depends on ZYNQMP_FIRMWARE && DEBUG_FS
19         help
20           Say yes to enable ZynqMP firmware interface debug APIs.
21           If in doubt, say N.
22
23 endmenu