summaryrefslogtreecommitdiff
path: root/drivers/clk/stm32/Kconfig
diff options
context:
space:
mode:
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