summaryrefslogtreecommitdiffstats
path: root/drivers/clk/Kconfig
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2023-11-27 07:49:43 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2023-12-05 08:45:32 +0100
commit7965b0cf69114c74f1d8133714c28d1dde495d42 (patch)
tree00e7173de8c22c2fb426c7148a22a345181a49d5 /drivers/clk/Kconfig
parent0c39e1973b10dd8b8667eb6aebbe46bad0f11792 (diff)
downloadbarebox-7965b0cf69114c74f1d8133714c28d1dde495d42.tar.gz
barebox-7965b0cf69114c74f1d8133714c28d1dde495d42.tar.xz
clk: add STM32MP13 clock and reset drivers
The reset and clock control peripheral of the STM32MP13 is with publicly available firmware exclusively handled by the secure world and normal world needs to employ SCMI to interact with OP-TEE to toggle clocks for it. Import the Linux driver to facilitate this. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20231127064947.2207726-10-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/clk/Kconfig')
-rw-r--r--drivers/clk/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
index a7b8709cd7..319402a14a 100644
--- a/drivers/clk/Kconfig
+++ b/drivers/clk/Kconfig
@@ -28,6 +28,11 @@ config COMMON_CLK_STM32F
help
Support for stm32f4 and stm32f7 SoC families clocks
+config COMMON_CLK_STM32MP135
+ def_bool ARCH_STM32MP13
+ help
+ Support for stm32mp135 SoC family clocks
+
config COMMON_CLK_STM32MP157
def_bool ARCH_STM32MP157
help