summaryrefslogtreecommitdiff
path: root/drivers/clk/stm32/Kconfig
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@foss.st.com>2026-02-03 17:49:21 +0100
committerPatrice Chotard <patrice.chotard@foss.st.com>2026-02-24 17:39:34 +0100
commita44b36a044f2307a46d6b6a15f96144b6e437695 (patch)
tree60bd2973b13da539119af392896125c5bbd51771 /drivers/clk/stm32/Kconfig
parent6a6f2eb3e6a78abf76566df1e57b85a2a3d35ee2 (diff)
clk: stm32mp21: Add clock driver support
Add clock driver support for STM32MP21 SoCs. Signed-off-by: Nicolas Le Bayon <nicolas.le.bayon@st.com> Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com> Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Diffstat (limited to 'drivers/clk/stm32/Kconfig')
-rw-r--r--drivers/clk/stm32/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/clk/stm32/Kconfig b/drivers/clk/stm32/Kconfig
index ea856be1662..4e488136eac 100644
--- a/drivers/clk/stm32/Kconfig
+++ b/drivers/clk/stm32/Kconfig
@@ -37,6 +37,15 @@ config CLK_STM32MP13
Enable the STM32 clock (RCC) driver. Enable support for
manipulating STM32MP13's on-SoC clocks.
+config CLK_STM32MP21
+ bool "Enable RCC clock driver for STM32MP21"
+ depends on ARCH_STM32MP && CLK
+ default y if STM32MP21X
+ select CLK_STM32_CORE
+ help
+ Enable the STM32 clock (RCC) driver. Enable support for
+ manipulating STM32MP21's on-SoC clocks.
+
config CLK_STM32MP25
bool "Enable RCC clock driver for STM32MP25"
depends on ARCH_STM32MP && CLK