xref: /linux/drivers/soc/xilinx/Kconfig (revision ffdbae28d9d1af70b7d63ffd7827e9795cd8d0df)
15abcdc20SMichal Simek# SPDX-License-Identifier: GPL-2.0
25abcdc20SMichal Simekmenu "Xilinx SoC drivers"
35abcdc20SMichal Simek
4cee8113aSDhaval Shahconfig XILINX_VCU
5cee8113aSDhaval Shah	tristate "Xilinx VCU logicoreIP Init"
605015061SDhaval Shah	depends on HAS_IOMEM
7cee8113aSDhaval Shah	help
8cee8113aSDhaval Shah	  Provides the driver to enable and disable the isolation between the
9cee8113aSDhaval Shah	  processing system and programmable logic part by using the logicoreIP
10cee8113aSDhaval Shah	  register set. This driver also configures the frequency based on the
11cee8113aSDhaval Shah	  clock information from the logicoreIP register set.
12cee8113aSDhaval Shah
13cee8113aSDhaval Shah	  If you say yes here you get support for the logicoreIP.
14cee8113aSDhaval Shah
15cee8113aSDhaval Shah	  If unsure, say N.
16cee8113aSDhaval Shah
17cee8113aSDhaval Shah	  To compile this driver as a module, choose M here: the
18cee8113aSDhaval Shah	  module will be called xlnx_vcu.
19cee8113aSDhaval Shah
20ab272643SRajan Vajaconfig ZYNQMP_POWER
21ab272643SRajan Vaja	bool "Enable Xilinx Zynq MPSoC Power Management driver"
22ab272643SRajan Vaja	depends on PM && ARCH_ZYNQMP
23ab272643SRajan Vaja	default y
24*ffdbae28STejas Patel	select MAILBOX
25*ffdbae28STejas Patel	select ZYNQMP_IPI_MBOX
26ab272643SRajan Vaja	help
27ab272643SRajan Vaja	  Say yes to enable power management support for ZyqnMP SoC.
28ab272643SRajan Vaja	  This driver uses firmware driver as an interface for power
29ab272643SRajan Vaja	  management request to firmware. It registers isr to handle
30*ffdbae28STejas Patel	  power management callbacks from firmware. It registers mailbox client
31*ffdbae28STejas Patel	  to handle power management callbacks from firmware.
32*ffdbae28STejas Patel
33ab272643SRajan Vaja	  If in doubt, say N.
34ab272643SRajan Vaja
35e23d9c6dSJolly Shahconfig ZYNQMP_PM_DOMAINS
36e23d9c6dSJolly Shah	bool "Enable Zynq MPSoC generic PM domains"
37e23d9c6dSJolly Shah	default y
38e23d9c6dSJolly Shah	depends on PM && ARCH_ZYNQMP && ZYNQMP_FIRMWARE
39e23d9c6dSJolly Shah	select PM_GENERIC_DOMAINS
40e23d9c6dSJolly Shah	help
41e23d9c6dSJolly Shah	  Say yes to enable device power management through PM domains
42e23d9c6dSJolly Shah	  If in doubt, say N.
43e23d9c6dSJolly Shah
445abcdc20SMichal Simekendmenu
45