xref: /linux/drivers/pmdomain/starfive/Kconfig (revision 0ea5c948cb64bab5bc7a5516774eb8536f05aa0d)
1*ac68b50dSUlf Hansson# SPDX-License-Identifier: GPL-2.0
2*ac68b50dSUlf Hansson
3*ac68b50dSUlf Hanssonconfig JH71XX_PMU
4*ac68b50dSUlf Hansson	bool "Support PMU for StarFive JH71XX Soc"
5*ac68b50dSUlf Hansson	depends on PM
6*ac68b50dSUlf Hansson	depends on ARCH_STARFIVE || COMPILE_TEST
7*ac68b50dSUlf Hansson	default ARCH_STARFIVE
8*ac68b50dSUlf Hansson	select PM_GENERIC_DOMAINS
9*ac68b50dSUlf Hansson	help
10*ac68b50dSUlf Hansson	  Say 'y' here to enable support power domain support.
11*ac68b50dSUlf Hansson	  In order to meet low power requirements, a Power Management Unit (PMU)
12*ac68b50dSUlf Hansson	  is designed for controlling power resources in StarFive JH71XX SoCs.
13