xref: /linux/drivers/pmdomain/thead/Kconfig (revision a34b0e4e21d6be3c3d620aa7f9dfbf0e9550c19e)
1# SPDX-License-Identifier: GPL-2.0-only
2
3config TH1520_PM_DOMAINS
4	tristate "Support TH1520 Power Domains"
5	depends on TH1520_AON_PROTOCOL
6	select REGMAP_MMIO
7	select AUXILIARY_BUS
8	help
9	  This driver enables power domain management for the T-HEAD
10	  TH-1520 SoC. On this SoC there are number of power domains,
11	  which can be managed independently. For example GPU, NPU,
12	  and DPU reside in their own power domains which can be
13	  turned on/off.
14