Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

pmdomain: actions: 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: "Andreas Färber" <afaerber@suse.de>
Cc: Manivannan Sadhasivam <mani@kernel.org>
Cc: <linux-actions@lists.infradead.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>

+3 -2
+1 -1
MAINTAINERS
··· 1788 1788 F: drivers/mmc/host/owl-mmc.c 1789 1789 F: drivers/net/ethernet/actions/ 1790 1790 F: drivers/pinctrl/actions/* 1791 - F: drivers/soc/actions/ 1791 + F: drivers/pmdomain/actions/ 1792 1792 F: include/dt-bindings/power/owl-* 1793 1793 F: include/dt-bindings/reset/actions,* 1794 1794 F: include/linux/soc/actions/
+2
drivers/pmdomain/Kconfig
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 2 menu "PM Domains" 3 3 4 + source "drivers/pmdomain/actions/Kconfig" 5 + 4 6 endmenu
-1
drivers/soc/Kconfig
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 2 menu "SOC (System On Chip) specific Drivers" 3 3 4 - source "drivers/soc/actions/Kconfig" 5 4 source "drivers/soc/amlogic/Kconfig" 6 5 source "drivers/soc/apple/Kconfig" 7 6 source "drivers/soc/aspeed/Kconfig"
drivers/soc/actions/Kconfig drivers/pmdomain/actions/Kconfig