37 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2# common clock support for STMicroelectronics SoC family.3 4menuconfig COMMON_CLK_STM32MP5 bool "Clock support for common STM32MP clocks"6 depends on ARCH_STM32 || COMPILE_TEST7 default y8 select RESET_CONTROLLER9 help10 Support for STM32MP SoC family clocks.11 12if COMMON_CLK_STM32MP13 14config COMMON_CLK_STM32MP13515 bool "Clock driver for stm32mp13x clocks"16 depends on ARM || COMPILE_TEST17 default y18 help19 Support for stm32mp13x SoC family clocks.20 21config COMMON_CLK_STM32MP15722 bool "Clock driver for stm32mp15x clocks"23 depends on ARM || COMPILE_TEST24 default y25 help26 Support for stm32mp15x SoC family clocks.27 28config COMMON_CLK_STM32MP25729 bool "Clock driver for stm32mp25x clocks"30 depends on ARM64 || COMPILE_TEST31 default y32 help33 Support for stm32mp25x SoC family clocks.34 35endif36 37