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