xref: /openbmc/linux/drivers/clk/xilinx/Kconfig (revision a2fe7baa)
1*a2fe7baaSMichael Tretter# SPDX-License-Identifier: GPL-2.0
2*a2fe7baaSMichael Tretter
3*a2fe7baaSMichael Tretterconfig XILINX_VCU
4*a2fe7baaSMichael Tretter	tristate "Xilinx VCU logicoreIP Init"
5*a2fe7baaSMichael Tretter	depends on HAS_IOMEM && COMMON_CLK
6*a2fe7baaSMichael Tretter	select REGMAP_MMIO
7*a2fe7baaSMichael Tretter	help
8*a2fe7baaSMichael Tretter	  Provides the driver to enable and disable the isolation between the
9*a2fe7baaSMichael Tretter	  processing system and programmable logic part by using the logicoreIP
10*a2fe7baaSMichael Tretter	  register set. This driver also configures the frequency based on the
11*a2fe7baaSMichael Tretter	  clock information from the logicoreIP register set.
12*a2fe7baaSMichael Tretter
13*a2fe7baaSMichael Tretter	  If you say yes here you get support for the logicoreIP.
14*a2fe7baaSMichael Tretter
15*a2fe7baaSMichael Tretter	  If unsure, say N.
16*a2fe7baaSMichael Tretter
17*a2fe7baaSMichael Tretter	  To compile this driver as a module, choose M here: the
18*a2fe7baaSMichael Tretter	  module will be called xlnx_vcu.
19*a2fe7baaSMichael Tretter
20