blob: 223f1f9d0922ff281c8ae1b1203a39b7d9f9bb15 [file] [log] [blame]
Michal Simek5abcdc22017-12-19 14:15:25 +01001# SPDX-License-Identifier: GPL-2.0
2menu "Xilinx SoC drivers"
3
Dhaval Shahcee81132017-12-21 10:33:06 -08004config XILINX_VCU
Michal Simek056b54e2018-01-16 08:36:09 +01005 tristate "Xilinx VCU logicoreIP Init"
Dhaval Shah05015062018-01-15 22:34:48 -08006 depends on HAS_IOMEM
Michal Simek056b54e2018-01-16 08:36:09 +01007 help
8 Provides the driver to enable and disable the isolation between the
9 processing system and programmable logic part by using the logicoreIP
10 register set. This driver also configures the frequency based on the
11 clock information from the logicoreIP register set.
Dhaval Shahcee81132017-12-21 10:33:06 -080012
Michal Simek056b54e2018-01-16 08:36:09 +010013 If you say yes here you get support for the logicoreIP.
Dhaval Shahcee81132017-12-21 10:33:06 -080014
Michal Simek056b54e2018-01-16 08:36:09 +010015 If unsure, say N.
Dhaval Shahcee81132017-12-21 10:33:06 -080016
Michal Simek056b54e2018-01-16 08:36:09 +010017 To compile this driver as a module, choose M here: the
18 module will be called xlnx_vcu.
Dhaval Shahcee81132017-12-21 10:33:06 -080019
Rajan Vajaab272642019-01-29 12:38:21 -080020config ZYNQMP_POWER
21 bool "Enable Xilinx Zynq MPSoC Power Management driver"
22 depends on PM && ARCH_ZYNQMP
23 default y
Tejas Patelffdbae22019-12-02 02:38:51 -080024 select MAILBOX
25 select ZYNQMP_IPI_MBOX
Rajan Vajaab272642019-01-29 12:38:21 -080026 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
Tejas Patelffdbae22019-12-02 02:38:51 -080030 power management callbacks from firmware. It registers mailbox client
31 to handle power management callbacks from firmware.
32
Rajan Vajaab272642019-01-29 12:38:21 -080033 If in doubt, say N.
34
Jolly Shahe23d9c62019-02-01 14:08:50 -080035config 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
Michal Simek5abcdc22017-12-19 14:15:25 +010044endmenu