13 lines
411 B
Plaintext
13 lines
411 B
Plaintext
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
|
||
|
config JH71XX_PMU
|
||
|
bool "Support PMU for StarFive JH71XX Soc"
|
||
|
depends on PM
|
||
|
depends on SOC_STARFIVE || COMPILE_TEST
|
||
|
default SOC_STARFIVE
|
||
|
select PM_GENERIC_DOMAINS
|
||
|
help
|
||
|
Say 'y' here to enable support power domain support.
|
||
|
In order to meet low power requirements, a Power Management Unit (PMU)
|
||
|
is designed for controlling power resources in StarFive JH71XX SoCs.
|