summaryrefslogtreecommitdiff
path: root/drivers/pmdomain/Kconfig
diff options
context:
space:
mode:
authorSudeep Holla <sudeep.holla@arm.com>2023-11-23 15:08:46 +0300
committerUlf Hansson <ulf.hansson@linaro.org>2023-11-23 19:32:53 +0300
commit820cec125970b37cbbd0fa026b314c5e6094fcbf (patch)
treecec2ee66198c8a6ac82008699a305a4d4f4af389 /drivers/pmdomain/Kconfig
parente60b6c183e1d2925c94987d2754ae1378c0181b7 (diff)
downloadlinux-820cec125970b37cbbd0fa026b314c5e6094fcbf.tar.xz
pmdomain: arm_scmi: Move Kconfig options to the pmdomain subsystem
The Kconfig options belongs closer to the corresponding implementations, hence let's move them from the firmware to the pmdomain subsystem. Signed-off-by: Sudeep Holla <sudeep.holla@arm.com> Link: https://lore.kernel.org/r/20231123120847.2825444-1-sudeep.holla@arm.com Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/pmdomain/Kconfig')
-rw-r--r--drivers/pmdomain/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pmdomain/Kconfig b/drivers/pmdomain/Kconfig
index c98c5bf75a14..23c64851a5b0 100644
--- a/drivers/pmdomain/Kconfig
+++ b/drivers/pmdomain/Kconfig
@@ -4,6 +4,7 @@ menu "PM Domains"
source "drivers/pmdomain/actions/Kconfig"
source "drivers/pmdomain/amlogic/Kconfig"
source "drivers/pmdomain/apple/Kconfig"
+source "drivers/pmdomain/arm/Kconfig"
source "drivers/pmdomain/bcm/Kconfig"
source "drivers/pmdomain/imx/Kconfig"
source "drivers/pmdomain/mediatek/Kconfig"