2017-12-19 21:15:25 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
menu "Xilinx SoC drivers"
|
|
|
|
|
2017-12-22 02:33:06 +08:00
|
|
|
config XILINX_VCU
|
2018-01-16 15:36:09 +08:00
|
|
|
tristate "Xilinx VCU logicoreIP Init"
|
2018-01-16 14:34:48 +08:00
|
|
|
depends on HAS_IOMEM
|
2018-01-16 15:36:09 +08:00
|
|
|
help
|
|
|
|
Provides the driver to enable and disable the isolation between the
|
|
|
|
processing system and programmable logic part by using the logicoreIP
|
|
|
|
register set. This driver also configures the frequency based on the
|
|
|
|
clock information from the logicoreIP register set.
|
2017-12-22 02:33:06 +08:00
|
|
|
|
2018-01-16 15:36:09 +08:00
|
|
|
If you say yes here you get support for the logicoreIP.
|
2017-12-22 02:33:06 +08:00
|
|
|
|
2018-01-16 15:36:09 +08:00
|
|
|
If unsure, say N.
|
2017-12-22 02:33:06 +08:00
|
|
|
|
2018-01-16 15:36:09 +08:00
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called xlnx_vcu.
|
2017-12-22 02:33:06 +08:00
|
|
|
|
2017-12-19 21:15:25 +08:00
|
|
|
endmenu
|