mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-16 04:04:06 +00:00
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>
This commit is contained in:
parent
6e5939b3e5
commit
4a904ba5b7
2 changed files with 6 additions and 0 deletions
|
@ -175,6 +175,8 @@ source "drivers/soundwire/Kconfig"
|
|||
|
||||
source "drivers/soc/Kconfig"
|
||||
|
||||
source "drivers/pmdomain/Kconfig"
|
||||
|
||||
source "drivers/devfreq/Kconfig"
|
||||
|
||||
source "drivers/extcon/Kconfig"
|
||||
|
|
4
drivers/pmdomain/Kconfig
Normal file
4
drivers/pmdomain/Kconfig
Normal file
|
@ -0,0 +1,4 @@
|
|||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
menu "PM Domains"
|
||||
|
||||
endmenu
|
Loading…
Add table
Reference in a new issue