Kconfig (597473720f4dc69749542bfcfed4a927a43d935e) Kconfig (ffdbae28d9d1af70b7d63ffd7827e9795cd8d0df)
1# SPDX-License-Identifier: GPL-2.0
2menu "Xilinx SoC drivers"
3
4config XILINX_VCU
5 tristate "Xilinx VCU logicoreIP Init"
6 depends on HAS_IOMEM
7 help
8 Provides the driver to enable and disable the isolation between the

--- 7 unchanged lines hidden (view full) ---

16
17 To compile this driver as a module, choose M here: the
18 module will be called xlnx_vcu.
19
20config ZYNQMP_POWER
21 bool "Enable Xilinx Zynq MPSoC Power Management driver"
22 depends on PM && ARCH_ZYNQMP
23 default y
1# SPDX-License-Identifier: GPL-2.0
2menu "Xilinx SoC drivers"
3
4config XILINX_VCU
5 tristate "Xilinx VCU logicoreIP Init"
6 depends on HAS_IOMEM
7 help
8 Provides the driver to enable and disable the isolation between the

--- 7 unchanged lines hidden (view full) ---

16
17 To compile this driver as a module, choose M here: the
18 module will be called xlnx_vcu.
19
20config ZYNQMP_POWER
21 bool "Enable Xilinx Zynq MPSoC Power Management driver"
22 depends on PM && ARCH_ZYNQMP
23 default y
24 select MAILBOX
25 select ZYNQMP_IPI_MBOX
24 help
25 Say yes to enable power management support for ZyqnMP SoC.
26 This driver uses firmware driver as an interface for power
27 management request to firmware. It registers isr to handle
26 help
27 Say yes to enable power management support for ZyqnMP SoC.
28 This driver uses firmware driver as an interface for power
29 management request to firmware. It registers isr to handle
28 power management callbacks from firmware.
30 power management callbacks from firmware. It registers mailbox client
31 to handle power management callbacks from firmware.
32
29 If in doubt, say N.
30
31config ZYNQMP_PM_DOMAINS
32 bool "Enable Zynq MPSoC generic PM domains"
33 default y
34 depends on PM && ARCH_ZYNQMP && ZYNQMP_FIRMWARE
35 select PM_GENERIC_DOMAINS
36 help
37 Say yes to enable device power management through PM domains
38 If in doubt, say N.
39
40endmenu
33 If in doubt, say N.
34
35config ZYNQMP_PM_DOMAINS
36 bool "Enable Zynq MPSoC generic PM domains"
37 default y
38 depends on PM && ARCH_ZYNQMP && ZYNQMP_FIRMWARE
39 select PM_GENERIC_DOMAINS
40 help
41 Say yes to enable device power management through PM domains
42 If in doubt, say N.
43
44endmenu