linux-yocto/drivers/pmdomain/starfive/Kconfig
Ulf Hansson ac68b50d15 pmdomain: starfive: Move Kconfig file to the pmdomain subsystem
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>
2023-10-04 23:41:56 +02:00

413 B

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.