summaryrefslogtreecommitdiff
path: root/drivers/soc/mediatek/Kconfig
diff options
context:
space:
mode:
authorMatthias Brugger <mbrugger@suse.com>2020-10-30 14:36:11 +0300
committerMatthias Brugger <matthias.bgg@gmail.com>2020-11-27 14:04:42 +0300
commit928296ea5da37838d7127de4b10f47cd97401b13 (patch)
treed82527227ad2f41557fc2c8a7a13748ea2934978 /drivers/soc/mediatek/Kconfig
parent916d6d71ba56cfc19a0bfd8a0e181443a13cb865 (diff)
downloadlinux-928296ea5da37838d7127de4b10f47cd97401b13.tar.xz
soc: mediatek: pm_domains: Make bus protection generic
Bus protection is not exclusively done by calling the infracfg misc driver. Make the calls for setting and clearing the bus protection generic so that we can use other blocks for it as well. Signed-off-by: Matthias Brugger <mbrugger@suse.com> Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com> Link: https://lore.kernel.org/r/20201030113622.201188-6-enric.balletbo@collabora.com Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Diffstat (limited to 'drivers/soc/mediatek/Kconfig')
-rw-r--r--drivers/soc/mediatek/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/soc/mediatek/Kconfig b/drivers/soc/mediatek/Kconfig
index 68d800f9e4a5..67cef12dc585 100644
--- a/drivers/soc/mediatek/Kconfig
+++ b/drivers/soc/mediatek/Kconfig
@@ -48,7 +48,6 @@ config MTK_SCPSYS_PM_DOMAINS
bool "MediaTek SCPSYS generic power domain"
default ARCH_MEDIATEK
depends on PM
- depends on MTK_INFRACFG
select PM_GENERIC_DOMAINS
select REGMAP
help