Kconfig 603 B

1234567891011121314151617181920
  1. # SPDX-License-Identifier: GPL-2.0
  2. menu "Xilinx SoC drivers"
  3. config XILINX_VCU
  4. tristate "Xilinx VCU logicoreIP Init"
  5. depends on HAS_IOMEM
  6. help
  7. Provides the driver to enable and disable the isolation between the
  8. processing system and programmable logic part by using the logicoreIP
  9. register set. This driver also configures the frequency based on the
  10. clock information from the logicoreIP register set.
  11. If you say yes here you get support for the logicoreIP.
  12. If unsure, say N.
  13. To compile this driver as a module, choose M here: the
  14. module will be called xlnx_vcu.
  15. endmenu