1fe78050aSUlf Hansson# SPDX-License-Identifier: GPL-2.0-only 2fe78050aSUlf Hansson 3fe78050aSUlf Hanssonconfig SUN20I_PPU 4fe78050aSUlf Hansson bool "Allwinner D1 PPU power domain driver" 5fe78050aSUlf Hansson depends on ARCH_SUNXI || COMPILE_TEST 6fe78050aSUlf Hansson depends on PM 7fe78050aSUlf Hansson select PM_GENERIC_DOMAINS 8fe78050aSUlf Hansson help 9fe78050aSUlf Hansson Say y to enable the PPU power domain driver. This saves power 10fe78050aSUlf Hansson when certain peripherals, such as the video engine, are idle. 11*ca677196SAndre Przywara 12*ca677196SAndre Przywaraconfig SUN50I_H6_PRCM_PPU 13*ca677196SAndre Przywara tristate "Allwinner H6 PRCM power domain driver" 14*ca677196SAndre Przywara depends on ARCH_SUNXI || COMPILE_TEST 15*ca677196SAndre Przywara depends on PM 16*ca677196SAndre Przywara select PM_GENERIC_DOMAINS 17*ca677196SAndre Przywara help 18*ca677196SAndre Przywara Say y to enable the Allwinner H6/H616 PRCM power domain driver. 19*ca677196SAndre Przywara This is required to enable the Mali GPU in the H616 SoC, it is 20*ca677196SAndre Przywara optional for the H6. 21