diff options
author | Ulf Hansson <ulf.hansson@linaro.org> | 2023-09-12 13:31:44 +0200 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2023-10-04 23:41:56 +0200 |
commit | ac68b50d15f12f3168f6cde8e59928ec86ba0f36 (patch) | |
tree | f294b6adab84bcaab5494d4ebe6aa05bae6a2d5b /drivers/pmdomain/Kconfig | |
parent | c6d6afb840108ae3920812dd66b25a65acfe447b (diff) | |
download | linux-ac68b50d15f12f3168f6cde8e59928ec86ba0f36.tar.gz linux-ac68b50d15f12f3168f6cde8e59928ec86ba0f36.tar.bz2 linux-ac68b50d15f12f3168f6cde8e59928ec86ba0f36.zip |
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>
Diffstat (limited to 'drivers/pmdomain/Kconfig')
-rw-r--r-- | drivers/pmdomain/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pmdomain/Kconfig b/drivers/pmdomain/Kconfig index 08f8a3aa9805..2286c36076db 100644 --- a/drivers/pmdomain/Kconfig +++ b/drivers/pmdomain/Kconfig @@ -12,5 +12,6 @@ source "drivers/pmdomain/renesas/Kconfig" source "drivers/pmdomain/rockchip/Kconfig" source "drivers/pmdomain/samsung/Kconfig" source "drivers/pmdomain/st/Kconfig" +source "drivers/pmdomain/starfive/Kconfig" endmenu |