From: Ulf Hansson Date: Mon, 11 Sep 2023 15:22:15 +0000 (+0200) Subject: pmdomain: Prepare to move Kconfig files into the pmdomain subsystem X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d149718ea22c8e53a7a7dd6ac8034ee9be7784ce;p=linux.git 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 Signed-off-by: Ulf Hansson --- diff --git a/drivers/Kconfig b/drivers/Kconfig index efb66e25fa2dd..3aebffb2efe9b 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -175,6 +175,8 @@ source "drivers/soundwire/Kconfig" source "drivers/soc/Kconfig" +source "drivers/pmdomain/Kconfig" + source "drivers/devfreq/Kconfig" source "drivers/extcon/Kconfig" diff --git a/drivers/pmdomain/Kconfig b/drivers/pmdomain/Kconfig new file mode 100644 index 0000000000000..ac77cf4271a70 --- /dev/null +++ b/drivers/pmdomain/Kconfig @@ -0,0 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-only +menu "PM Domains" + +endmenu