Kconfig 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. config ZYNQMP_POWER
  16. bool "Enable Xilinx Zynq MPSoC Power Management driver"
  17. depends on PM && ZYNQMP_FIRMWARE
  18. default y
  19. help
  20. Say yes to enable power management support for ZyqnMP SoC.
  21. This driver uses firmware driver as an interface for power
  22. management request to firmware. It registers isr to handle
  23. power management callbacks from firmware.
  24. If in doubt, say N.
  25. config ZYNQMP_PM_DOMAINS
  26. bool "Enable Zynq MPSoC generic PM domains"
  27. default y
  28. depends on PM && ZYNQMP_FIRMWARE
  29. select PM_GENERIC_DOMAINS
  30. help
  31. Say yes to enable device power management through PM domains
  32. If in doubt, say N.
  33. endmenu