aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPascal Paillet <[email protected]>2024-07-05 15:45:54 +0200
committerArnd Bergmann <[email protected]>2024-07-09 11:08:44 +0200
commite9a316affb9a80db824c436d9298a01eeff185cb (patch)
tree556e585cc1fb491c1837a33c04a84380073b7468
parent9c148cb47a1ece34853b4e86286d2fc0670195e9 (diff)
arm64: stm32: enable scmi regulator for stm32
Add SCMI ARM REGULATOR configuration for stm32. Signed-off-by: Pascal Paillet <[email protected]> Signed-off-by: Alexandre Torgue <[email protected]> Acked-by: Mark Brown <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
-rw-r--r--arch/arm64/Kconfig.platforms2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index a52618073de2..3738a9fc2d6c 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -312,6 +312,8 @@ config ARCH_STM32
select STM32_EXTI
select ARM_SMC_MBOX
select ARM_SCMI_PROTOCOL
+ select REGULATOR
+ select REGULATOR_ARM_SCMI
select COMMON_CLK_SCMI
select STM32_FIREWALL
help