]> Git Repo - linux.git/blob - drivers/clk/stm32/Kconfig
Linux 6.14-rc3
[linux.git] / drivers / clk / stm32 / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 # common clock support for STMicroelectronics SoC family.
3
4 menuconfig COMMON_CLK_STM32MP
5         bool "Clock support for common STM32MP clocks"
6         depends on ARCH_STM32 || COMPILE_TEST
7         default y
8         select RESET_CONTROLLER
9         help
10           Support for STM32MP SoC family clocks.
11
12 if COMMON_CLK_STM32MP
13
14 config COMMON_CLK_STM32MP135
15         bool "Clock driver for stm32mp13x clocks"
16         depends on ARM || COMPILE_TEST
17         default y
18         help
19           Support for stm32mp13x SoC family clocks.
20
21 config COMMON_CLK_STM32MP157
22         bool "Clock driver for stm32mp15x clocks"
23         depends on ARM || COMPILE_TEST
24         default y
25         help
26           Support for stm32mp15x SoC family clocks.
27
28 config COMMON_CLK_STM32MP257
29         bool "Clock driver for stm32mp25x clocks"
30         depends on ARM64 || COMPILE_TEST
31         default y
32         help
33           Support for stm32mp25x SoC family clocks.
34
35 endif
36
This page took 0.03629 seconds and 4 git commands to generate.