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

pmdomain: Prepare to move Kconfig files into the pmdomain subsystem

Rather than having the various Kconfig files for the genpd providers
sprinkled across subsystems, let's prepare to move them into the pmdomain
subsystem along with the implementations.

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>

+6
+2
drivers/Kconfig
··· 175 175 176 176 source "drivers/soc/Kconfig" 177 177 178 + source "drivers/pmdomain/Kconfig" 179 + 178 180 source "drivers/devfreq/Kconfig" 179 181 180 182 source "drivers/extcon/Kconfig"
+4
drivers/pmdomain/Kconfig
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 2 + menu "PM Domains" 3 + 4 + endmenu