mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-07-05 13:25:20 +02:00
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>
This commit is contained in:
parent
c6d6afb840
commit
ac68b50d15
|
@ -20515,7 +20515,7 @@ M: Walker Chen <walker.chen@starfivetech.com>
|
|||
M: Changhuang Liang <changhuang.liang@starfivetech.com>
|
||||
S: Supported
|
||||
F: Documentation/devicetree/bindings/power/starfive*
|
||||
F: drivers/pmdomain/starfive/jh71xx-pmu.c
|
||||
F: drivers/pmdomain/starfive/
|
||||
F: include/dt-bindings/power/starfive,jh7110-pmu.h
|
||||
|
||||
STARFIVE SOC DRIVERS
|
||||
|
@ -20523,7 +20523,6 @@ M: Conor Dooley <conor@kernel.org>
|
|||
S: Maintained
|
||||
T: git https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/
|
||||
F: Documentation/devicetree/bindings/soc/starfive/
|
||||
F: drivers/soc/starfive/
|
||||
|
||||
STARFIVE TRNG DRIVER
|
||||
M: Jia Jie Ho <jiajie.ho@starfivetech.com>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -23,7 +23,6 @@ source "drivers/soc/renesas/Kconfig"
|
|||
source "drivers/soc/rockchip/Kconfig"
|
||||
source "drivers/soc/samsung/Kconfig"
|
||||
source "drivers/soc/sifive/Kconfig"
|
||||
source "drivers/soc/starfive/Kconfig"
|
||||
source "drivers/soc/sunxi/Kconfig"
|
||||
source "drivers/soc/tegra/Kconfig"
|
||||
source "drivers/soc/ti/Kconfig"
|
||||
|
|
Loading…
Reference in New Issue
Block a user