Kconfig 536 B

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