xref: /linux/drivers/soc/xilinx/Kconfig (revision ab272643d723f531b9caa8a4ac5f85fcd26840d2)
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
20*ab272643SRajan Vajaconfig ZYNQMP_POWER
21*ab272643SRajan Vaja	bool "Enable Xilinx Zynq MPSoC Power Management driver"
22*ab272643SRajan Vaja	depends on PM && ARCH_ZYNQMP
23*ab272643SRajan Vaja	default y
24*ab272643SRajan Vaja	help
25*ab272643SRajan Vaja	  Say yes to enable power management support for ZyqnMP SoC.
26*ab272643SRajan Vaja	  This driver uses firmware driver as an interface for power
27*ab272643SRajan Vaja	  management request to firmware. It registers isr to handle
28*ab272643SRajan Vaja	  power management callbacks from firmware.
29*ab272643SRajan Vaja	  If in doubt, say N.
30*ab272643SRajan Vaja
315abcdc20SMichal Simekendmenu
32