Kconfig 321 B

12345678910
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config SUN20I_PPU
  3. bool "Allwinner D1 PPU power domain driver"
  4. depends on ARCH_SUNXI || COMPILE_TEST
  5. depends on PM
  6. select PM_GENERIC_DOMAINS
  7. help
  8. Say y to enable the PPU power domain driver. This saves power
  9. when certain peripherals, such as the video engine, are idle.