]> rtime.felk.cvut.cz Git - zynq/linux.git/blob - drivers/firmware/xilinx/Kconfig
drivers: soc: xilinx: Add ZynqMP power domain driver
[zynq/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         select MFD_CORE
10         help
11           Firmware interface driver is used by different
12           drivers to communicate with the firmware for
13           various platform management services.
14           Say yes to enable ZynqMP firmware interface driver.
15           If in doubt, say N.
16
17 config ZYNQMP_FIRMWARE_DEBUG
18         bool "Enable Xilinx Zynq MPSoC firmware debug APIs"
19         depends on ZYNQMP_FIRMWARE && DEBUG_FS
20         help
21           Say yes to enable ZynqMP firmware interface debug APIs.
22           If in doubt, say N.
23
24 endmenu