WIP FPC-III support
[linux/fpc-iii.git] / drivers / soc / xilinx / Kconfig
blob0b1708dae361e3afea56db98e7ee8fd5fce03777
1 # SPDX-License-Identifier: GPL-2.0
2 menu "Xilinx SoC drivers"
4 config XILINX_VCU
5         tristate "Xilinx VCU logicoreIP Init"
6         depends on HAS_IOMEM
7         select REGMAP_MMIO
8         help
9           Provides the driver to enable and disable the isolation between the
10           processing system and programmable logic part by using the logicoreIP
11           register set. This driver also configures the frequency based on the
12           clock information from the logicoreIP register set.
14           If you say yes here you get support for the logicoreIP.
16           If unsure, say N.
18           To compile this driver as a module, choose M here: the
19           module will be called xlnx_vcu.
21 config ZYNQMP_POWER
22         bool "Enable Xilinx Zynq MPSoC Power Management driver"
23         depends on PM && ZYNQMP_FIRMWARE
24         default y
25         select MAILBOX
26         select ZYNQMP_IPI_MBOX
27         help
28           Say yes to enable power management support for ZyqnMP SoC.
29           This driver uses firmware driver as an interface for power
30           management request to firmware. It registers isr to handle
31           power management callbacks from firmware. It registers mailbox client
32           to handle power management callbacks from firmware.
34           If in doubt, say N.
36 config ZYNQMP_PM_DOMAINS
37         bool "Enable Zynq MPSoC generic PM domains"
38         default y
39         depends on PM && ZYNQMP_FIRMWARE
40         select PM_GENERIC_DOMAINS
41         help
42           Say yes to enable device power management through PM domains
43           If in doubt, say N.
45 endmenu