Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Linux/drivers/clk/stm32/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 870 B image not shown  

Quelle  Kconfig   Sprache: unbekannt

 
Spracherkennung für: vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

# SPDX-License-Identifier: GPL-2.0-only
# common clock support for STMicroelectronics SoC family.

menuconfig COMMON_CLK_STM32MP
 bool "Clock support for common STM32MP clocks"
 depends on ARCH_STM32 || COMPILE_TEST
 default ARCH_STM32
 select RESET_CONTROLLER
 help
   Support for STM32MP SoC family clocks.

if COMMON_CLK_STM32MP

config COMMON_CLK_STM32MP135
 bool "Clock driver for stm32mp13x clocks"
 depends on ARM || COMPILE_TEST
 default ARCH_STM32
 help
   Support for stm32mp13x SoC family clocks.

config COMMON_CLK_STM32MP157
 bool "Clock driver for stm32mp15x clocks"
 depends on ARM || COMPILE_TEST
 default ARCH_STM32
 help
   Support for stm32mp15x SoC family clocks.

config COMMON_CLK_STM32MP257
 bool "Clock driver for stm32mp25x clocks"
 depends on ARM64 || COMPILE_TEST
 default ARCH_STM32
 help
   Support for stm32mp25x SoC family clocks.

endif


[ Dauer der Verarbeitung: 0.30 Sekunden  ]