diff options
author | Ulf Hansson <[email protected]> | 2023-09-11 17:22:15 +0200 |
---|---|---|
committer | Ulf Hansson <[email protected]> | 2023-09-20 10:06:53 +0200 |
commit | d149718ea22c8e53a7a7dd6ac8034ee9be7784ce (patch) | |
tree | 721258b8bb089bafae4c7394775deb3c393c1d8b | |
parent | ae3a94e4adee4429f364a0761233a928c865f3f8 (diff) |
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 <[email protected]>
Signed-off-by: Ulf Hansson <[email protected]>
-rw-r--r-- | drivers/Kconfig | 2 | ||||
-rw-r--r-- | drivers/pmdomain/Kconfig | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/drivers/Kconfig b/drivers/Kconfig index efb66e25fa2d..3aebffb2efe9 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 000000000000..ac77cf4271a7 --- /dev/null +++ b/drivers/pmdomain/Kconfig @@ -0,0 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-only +menu "PM Domains" + +endmenu |