^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) menu "Xilinx SoC drivers"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) config XILINX_VCU
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) tristate "Xilinx VCU logicoreIP Init"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) depends on HAS_IOMEM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) Provides the driver to enable and disable the isolation between the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) processing system and programmable logic part by using the logicoreIP
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) register set. This driver also configures the frequency based on the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) clock information from the logicoreIP register set.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) If you say yes here you get support for the logicoreIP.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) If unsure, say N.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) To compile this driver as a module, choose M here: the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) module will be called xlnx_vcu.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) config ZYNQMP_POWER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) bool "Enable Xilinx Zynq MPSoC Power Management driver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) depends on PM && ZYNQMP_FIRMWARE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) default y
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) select MAILBOX
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) select ZYNQMP_IPI_MBOX
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) Say yes to enable power management support for ZyqnMP SoC.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) This driver uses firmware driver as an interface for power
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) management request to firmware. It registers isr to handle
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) power management callbacks from firmware. It registers mailbox client
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) to handle power management callbacks from firmware.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) If in doubt, say N.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) config ZYNQMP_PM_DOMAINS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) bool "Enable Zynq MPSoC generic PM domains"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37) default y
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) depends on PM && ZYNQMP_FIRMWARE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39) select PM_GENERIC_DOMAINS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41) Say yes to enable device power management through PM domains
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42) If in doubt, say N.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 43)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 44) endmenu