13ac7ca59SGabriel Fernandez# SPDX-License-Identifier: GPL-2.0-only 23ac7ca59SGabriel Fernandez# common clock support for STMicroelectronics SoC family. 33ac7ca59SGabriel Fernandez 43ac7ca59SGabriel Fernandezmenuconfig COMMON_CLK_STM32MP 53ac7ca59SGabriel Fernandez bool "Clock support for common STM32MP clocks" 63ac7ca59SGabriel Fernandez depends on ARCH_STM32 || COMPILE_TEST 73ac7ca59SGabriel Fernandez default y 83ac7ca59SGabriel Fernandez select RESET_CONTROLLER 93ac7ca59SGabriel Fernandez help 103ac7ca59SGabriel Fernandez Support for STM32MP SoC family clocks. 113ac7ca59SGabriel Fernandez 123ac7ca59SGabriel Fernandezif COMMON_CLK_STM32MP 133ac7ca59SGabriel Fernandez 143ac7ca59SGabriel Fernandezconfig COMMON_CLK_STM32MP135 153ac7ca59SGabriel Fernandez bool "Clock driver for stm32mp13x clocks" 163ac7ca59SGabriel Fernandez depends on ARM || COMPILE_TEST 173ac7ca59SGabriel Fernandez default y 183ac7ca59SGabriel Fernandez help 193ac7ca59SGabriel Fernandez Support for stm32mp13x SoC family clocks. 203ac7ca59SGabriel Fernandez 213ac7ca59SGabriel Fernandezconfig COMMON_CLK_STM32MP157 223ac7ca59SGabriel Fernandez bool "Clock driver for stm32mp15x clocks" 233ac7ca59SGabriel Fernandez depends on ARM || COMPILE_TEST 243ac7ca59SGabriel Fernandez default y 253ac7ca59SGabriel Fernandez help 263ac7ca59SGabriel Fernandez Support for stm32mp15x SoC family clocks. 273ac7ca59SGabriel Fernandez 28*fd7a1c90SGabriel Fernandezconfig COMMON_CLK_STM32MP257 29*fd7a1c90SGabriel Fernandez bool "Clock driver for stm32mp25x clocks" 30*fd7a1c90SGabriel Fernandez depends on ARM64 || COMPILE_TEST 31*fd7a1c90SGabriel Fernandez default y 32*fd7a1c90SGabriel Fernandez help 33*fd7a1c90SGabriel Fernandez Support for stm32mp25x SoC family clocks. 34*fd7a1c90SGabriel Fernandez 353ac7ca59SGabriel Fernandezendif 363ac7ca59SGabriel Fernandez 37