[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230914111554.586438-1-ulf.hansson@linaro.org>
Date: Thu, 14 Sep 2023 13:15:54 +0200
From: Ulf Hansson <ulf.hansson@...aro.org>
To: Arnd Bergmann <arnd@...db.de>, Olof Johansson <olof@...om.net>
Cc: Ulf Hansson <ulf.hansson@...aro.org>, linux-pm@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [PATCH 01/17] 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.
Signed-off-by: Ulf Hansson <ulf.hansson@...aro.org>
---
drivers/Kconfig | 2 ++
drivers/pmdomain/Kconfig | 4 ++++
2 files changed, 6 insertions(+)
create mode 100644 drivers/pmdomain/Kconfig
diff --git a/drivers/Kconfig b/drivers/Kconfig
index efb66e25fa2d..045c469cb438 100644
--- a/drivers/Kconfig
+++ b/drivers/Kconfig
@@ -175,6 +175,8 @@ source "drivers/soundwire/Kconfig"
source "drivers/soc/Kconfig"
+source "drivers/genpd/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..c32a76b51840
--- /dev/null
+++ b/drivers/pmdomain/Kconfig
@@ -0,0 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-only
+menu "Power Domains Support"
+
+endmenu
--
2.34.1
Powered by blists - more mailing lists