1 # SPDX-License-Identifier: GPL-2.0-only
2 # common clock support for STMicroelectronics SoC family.
4 menuconfig COMMON_CLK_STM32MP
5 bool "Clock support for common STM32MP clocks"
6 depends on ARCH_STM32 || COMPILE_TEST
8 select RESET_CONTROLLER
10 Support for STM32MP SoC family clocks.
14 config COMMON_CLK_STM32MP135
15 bool "Clock driver for stm32mp13x clocks"
16 depends on ARM || COMPILE_TEST
19 Support for stm32mp13x SoC family clocks.
21 config COMMON_CLK_STM32MP157
22 bool "Clock driver for stm32mp15x clocks"
23 depends on ARM || COMPILE_TEST
26 Support for stm32mp15x SoC family clocks.
28 config COMMON_CLK_STM32MP257
29 bool "Clock driver for stm32mp25x clocks"
30 depends on ARM64 || COMPILE_TEST
33 Support for stm32mp25x SoC family clocks.