diff options
author | Ulf Hansson <ulf.hansson@linaro.org> | 2023-09-11 18:22:15 +0300 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2023-09-20 11:06:53 +0300 |
commit | d149718ea22c8e53a7a7dd6ac8034ee9be7784ce (patch) | |
tree | 721258b8bb089bafae4c7394775deb3c393c1d8b /drivers/pmdomain | |
parent | ae3a94e4adee4429f364a0761233a928c865f3f8 (diff) | |
download | linux-d149718ea22c8e53a7a7dd6ac8034ee9be7784ce.tar.xz |
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>
Diffstat (limited to 'drivers/pmdomain')
-rw-r--r-- | drivers/pmdomain/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
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 |