Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 
0003 config XILINX_VCU
0004         tristate "Xilinx VCU logicoreIP Init"
0005         depends on HAS_IOMEM && COMMON_CLK
0006         select REGMAP_MMIO
0007         help
0008           Provides the driver to enable and disable the isolation between the
0009           processing system and programmable logic part by using the logicoreIP
0010           register set. This driver also configures the frequency based on the
0011           clock information from the logicoreIP register set.
0012 
0013           If you say yes here you get support for the logicoreIP.
0014 
0015           If unsure, say N.
0016 
0017           To compile this driver as a module, choose M here: the
0018           module will be called xlnx_vcu.
0019