xref: /linux/drivers/soc/xilinx/Kconfig (revision e23d9c6d0d4912fab12cd2d56070b0a8199772f0)
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
24ab272643SRajan Vaja	help
25ab272643SRajan Vaja	  Say yes to enable power management support for ZyqnMP SoC.
26ab272643SRajan Vaja	  This driver uses firmware driver as an interface for power
27ab272643SRajan Vaja	  management request to firmware. It registers isr to handle
28ab272643SRajan Vaja	  power management callbacks from firmware.
29ab272643SRajan Vaja	  If in doubt, say N.
30ab272643SRajan Vaja
31*e23d9c6dSJolly Shahconfig ZYNQMP_PM_DOMAINS
32*e23d9c6dSJolly Shah	bool "Enable Zynq MPSoC generic PM domains"
33*e23d9c6dSJolly Shah	default y
34*e23d9c6dSJolly Shah	depends on PM && ARCH_ZYNQMP && ZYNQMP_FIRMWARE
35*e23d9c6dSJolly Shah	select PM_GENERIC_DOMAINS
36*e23d9c6dSJolly Shah	help
37*e23d9c6dSJolly Shah	  Say yes to enable device power management through PM domains
38*e23d9c6dSJolly Shah	  If in doubt, say N.
39*e23d9c6dSJolly Shah
405abcdc20SMichal Simekendmenu
41