summaryrefslogtreecommitdiff
path: root/drivers/pmdomain/Kconfig
diff options
context:
space:
mode:
authorUlf Hansson <ulf.hansson@linaro.org>2023-09-12 01:52:25 +0300
committerUlf Hansson <ulf.hansson@linaro.org>2023-10-05 00:41:18 +0300
commit8b1d7a2785ab2d4153abd7bf77e53b8e5fa49869 (patch)
tree0faf83e20f6c6014c9336b05df5749048a142218 /drivers/pmdomain/Kconfig
parent24a11a1e82456d865c4ab18f01456ef5e0f9dda0 (diff)
downloadlinux-8b1d7a2785ab2d4153abd7bf77e53b8e5fa49869.tar.xz
pmdomain: mediatek: Move Kconfig options to the pmdomain subsystem
The Kconfig options belongs closer to the corresponding implementations, hence let's move them from the soc subsystem to the pmdomain subsystem. Cc: Matthias Brugger <matthias.bgg@gmail.com> Cc: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Cc: <linux-mediatek@lists.infradead.org> 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 e2c85f20a0c3..b1d9dc7d71e3 100644
--- a/drivers/pmdomain/Kconfig
+++ b/drivers/pmdomain/Kconfig
@@ -6,5 +6,6 @@ source "drivers/pmdomain/amlogic/Kconfig"
source "drivers/pmdomain/apple/Kconfig"
source "drivers/pmdomain/bcm/Kconfig"
source "drivers/pmdomain/imx/Kconfig"
+source "drivers/pmdomain/mediatek/Kconfig"
endmenu