xref: /linux/drivers/clk/stm32/Kconfig (revision 8d2b0853add1d7534dc0794e3c8e0b9e8c4ec640)
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
7*742014aeSKrzysztof Kozlowski	default ARCH_STM32
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
17*742014aeSKrzysztof Kozlowski	default ARCH_STM32
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
24*742014aeSKrzysztof Kozlowski	default ARCH_STM32
253ac7ca59SGabriel Fernandez	help
263ac7ca59SGabriel Fernandez	  Support for stm32mp15x SoC family clocks.
273ac7ca59SGabriel Fernandez
28fd7a1c90SGabriel Fernandezconfig COMMON_CLK_STM32MP257
29fd7a1c90SGabriel Fernandez	bool "Clock driver for stm32mp25x clocks"
30fd7a1c90SGabriel Fernandez	depends on ARM64 || COMPILE_TEST
31*742014aeSKrzysztof Kozlowski	default ARCH_STM32
32fd7a1c90SGabriel Fernandez	help
33fd7a1c90SGabriel Fernandez	  Support for stm32mp25x SoC family clocks.
34fd7a1c90SGabriel Fernandez
353ac7ca59SGabriel Fernandezendif
363ac7ca59SGabriel Fernandez
37