xref: /linux/drivers/pmdomain/sunxi/Kconfig (revision fc8f5028eb0cc5aee0501a99f59a04f748fbff1c)
1# SPDX-License-Identifier: GPL-2.0-only
2
3config SUN20I_PPU
4	tristate "Allwinner D1 PPU power domain driver"
5	depends on ARCH_SUNXI || COMPILE_TEST
6	depends on PM
7	default ARCH_SUNXI
8	select PM_GENERIC_DOMAINS
9	help
10	  Say y to enable the PPU power domain driver. This is required
11	  to enable power to certain peripherals, such as the display
12	  engine.
13
14config SUN50I_H6_PRCM_PPU
15	tristate "Allwinner H6 PRCM power domain driver"
16	depends on ARCH_SUNXI || COMPILE_TEST
17	depends on PM
18	select PM_GENERIC_DOMAINS
19	help
20	  Say y to enable the Allwinner H6/H616 PRCM power domain driver.
21	  This is required to enable the Mali GPU in the H616 SoC, it is
22	  optional for the H6.
23
24config SUN55I_PCK600
25	tristate "Allwinner A523 PCK-600 power domain driver"
26	depends on ARCH_SUNXI || COMPILE_TEST
27	depends on PM
28	default ARCH_SUNXI
29	select PM_GENERIC_DOMAINS
30	help
31	  Say y to enable the PCK-600 power domain driver. This is required
32	  to enable power to certain peripherals, such as the display and
33	  video engines.
34