Kconfig 486 B

12345678910111213141516
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. if ARCH_ROCKCHIP || COMPILE_TEST
  3. config ROCKCHIP_PM_DOMAINS
  4. bool "Rockchip generic power domain"
  5. depends on PM
  6. select PM_GENERIC_DOMAINS
  7. help
  8. Say y here to enable power domain support.
  9. In order to meet high performance and low power requirements, a power
  10. management unit is designed or saving power when RK3288 in low power
  11. mode. The RK3288 PMU is dedicated for managing the power of the whole chip.
  12. If unsure, say N.
  13. endif