1fe78050aSUlf Hansson# SPDX-License-Identifier: GPL-2.0-only 2fe78050aSUlf Hansson 3fe78050aSUlf Hanssonconfig SUN20I_PPU 4*73254f49SChen-Yu Tsai tristate "Allwinner D1 PPU power domain driver" 5fe78050aSUlf Hansson depends on ARCH_SUNXI || COMPILE_TEST 6fe78050aSUlf Hansson depends on PM 7*73254f49SChen-Yu Tsai default ARCH_SUNXI 8fe78050aSUlf Hansson select PM_GENERIC_DOMAINS 9fe78050aSUlf Hansson help 10*73254f49SChen-Yu Tsai Say y to enable the PPU power domain driver. This is required 11*73254f49SChen-Yu Tsai to enable power to certain peripherals, such as the display 12*73254f49SChen-Yu Tsai engine. 13ca677196SAndre Przywara 14ca677196SAndre Przywaraconfig SUN50I_H6_PRCM_PPU 15ca677196SAndre Przywara tristate "Allwinner H6 PRCM power domain driver" 16ca677196SAndre Przywara depends on ARCH_SUNXI || COMPILE_TEST 17ca677196SAndre Przywara depends on PM 18ca677196SAndre Przywara select PM_GENERIC_DOMAINS 19ca677196SAndre Przywara help 20ca677196SAndre Przywara Say y to enable the Allwinner H6/H616 PRCM power domain driver. 21ca677196SAndre Przywara This is required to enable the Mali GPU in the H616 SoC, it is 22ca677196SAndre Przywara optional for the H6. 2376e43101SChen-Yu Tsai 2476e43101SChen-Yu Tsaiconfig SUN55I_PCK600 2576e43101SChen-Yu Tsai tristate "Allwinner A523 PCK-600 power domain driver" 2676e43101SChen-Yu Tsai depends on ARCH_SUNXI || COMPILE_TEST 2776e43101SChen-Yu Tsai depends on PM 2876e43101SChen-Yu Tsai default ARCH_SUNXI 2976e43101SChen-Yu Tsai select PM_GENERIC_DOMAINS 3076e43101SChen-Yu Tsai help 3176e43101SChen-Yu Tsai Say y to enable the PCK-600 power domain driver. This is required 3276e43101SChen-Yu Tsai to enable power to certain peripherals, such as the display and 3376e43101SChen-Yu Tsai video engines. 34