blob: 687c8f3cd9552f38a54ddc80a5df01dfde04fbf2 [file] [log] [blame]
Michal Simek5abcdc22017-12-19 14:15:25 +01001# SPDX-License-Identifier: GPL-2.0
2menu "Xilinx SoC drivers"
3
Dhaval Shahcee81132017-12-21 10:33:06 -08004config XILINX_VCU
Michal Simek056b54e2018-01-16 08:36:09 +01005 tristate "Xilinx VCU logicoreIP Init"
Dhaval Shah05015062018-01-15 22:34:48 -08006 depends on HAS_IOMEM
Michal Simek056b54e2018-01-16 08:36:09 +01007 help
8 Provides the driver to enable and disable the isolation between the
9 processing system and programmable logic part by using the logicoreIP
10 register set. This driver also configures the frequency based on the
11 clock information from the logicoreIP register set.
Dhaval Shahcee81132017-12-21 10:33:06 -080012
Michal Simek056b54e2018-01-16 08:36:09 +010013 If you say yes here you get support for the logicoreIP.
Dhaval Shahcee81132017-12-21 10:33:06 -080014
Michal Simek056b54e2018-01-16 08:36:09 +010015 If unsure, say N.
Dhaval Shahcee81132017-12-21 10:33:06 -080016
Michal Simek056b54e2018-01-16 08:36:09 +010017 To compile this driver as a module, choose M here: the
18 module will be called xlnx_vcu.
Dhaval Shahcee81132017-12-21 10:33:06 -080019
Michal Simek5abcdc22017-12-19 14:15:25 +010020endmenu