Files
kernel-starfive-jh7110/drivers/pmdomain/Kconfig
Ulf Hansson 2acc5256e8 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>
2024-03-05 15:18:26 +08:00

7 lines
111 B
Plaintext

# SPDX-License-Identifier: GPL-2.0-only
menu "PM Domains"
source "drivers/pmdomain/starfive/Kconfig"
endmenu