Kconfig 271 B

12345678910
  1. # SPDX-License-Identifier: GPL-2.0
  2. config ZYNQMP_PM_DOMAINS
  3. bool "Enable Zynq MPSoC generic PM domains"
  4. default y
  5. depends on PM && ZYNQMP_FIRMWARE
  6. select PM_GENERIC_DOMAINS
  7. help
  8. Say yes to enable device power management through PM domains
  9. If in doubt, say N.