ac68b50d15
The Kconfig belongs closer to the corresponding implementation, hence let's move it from the soc subsystem to the pmdomain subsystem. Cc: Walker Chen <walker.chen@starfivetech.com> Cc: Conor Dooley <conor@kernel.org> Acked-by: Conor Dooley <conor.dooley@microchip.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
13 lines
413 B
Plaintext
13 lines
413 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
config JH71XX_PMU
|
|
bool "Support PMU for StarFive JH71XX Soc"
|
|
depends on PM
|
|
depends on ARCH_STARFIVE || COMPILE_TEST
|
|
default ARCH_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.
|