diff options
author | Rajan Vaja <rajan.vaja@xilinx.com> | 2019-01-29 23:38:21 +0300 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2019-02-12 15:36:24 +0300 |
commit | ab272643d723f531b9caa8a4ac5f85fcd26840d2 (patch) | |
tree | 2e65bc22e7c2703803763b035f352235402b1151 /drivers/soc/xilinx/Kconfig | |
parent | e178df31cf41ba7cd63f7830bd02fd918d16592d (diff) | |
download | linux-ab272643d723f531b9caa8a4ac5f85fcd26840d2.tar.xz |
drivers: soc: xilinx: Add ZynqMP PM driver
Add ZynqMP PM driver. PM driver provides power management
support for ZynqMP.
Signed-off-by: Rajan Vaja <rajan.vaja@xilinx.com>
Signed-off-by: Jolly Shah <jolly.shah@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'drivers/soc/xilinx/Kconfig')
-rw-r--r-- | drivers/soc/xilinx/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/soc/xilinx/Kconfig b/drivers/soc/xilinx/Kconfig index 687c8f3cd955..5025e0e4fa36 100644 --- a/drivers/soc/xilinx/Kconfig +++ b/drivers/soc/xilinx/Kconfig @@ -17,4 +17,15 @@ config XILINX_VCU To compile this driver as a module, choose M here: the module will be called xlnx_vcu. +config ZYNQMP_POWER + bool "Enable Xilinx Zynq MPSoC Power Management driver" + depends on PM && ARCH_ZYNQMP + default y + help + Say yes to enable power management support for ZyqnMP SoC. + This driver uses firmware driver as an interface for power + management request to firmware. It registers isr to handle + power management callbacks from firmware. + If in doubt, say N. + endmenu |