Kconfig (06d07429858317ded2db7986113a9e0129cd599b) | Kconfig (fd7a1c90ba4c6e618596eb44a69977801f9cccdd) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# common clock support for STMicroelectronics SoC family. 3 4menuconfig 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 --- 11 unchanged lines hidden (view full) --- 20 21config 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 | 1# SPDX-License-Identifier: GPL-2.0-only 2# common clock support for STMicroelectronics SoC family. 3 4menuconfig 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 --- 11 unchanged lines hidden (view full) --- 20 21config 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 |
28config 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 |
|
28endif 29 | 35endif 36 |