]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - drivers/clk/Kconfig
kconfig: drop localization support
[mirror_ubuntu-hirsute-kernel.git] / drivers / clk / Kconfig
index 7ae23b25b406cb891c61478b50ea12c6ae7c2431..34968a381d0fdc878d98e7fab60762f2f6588ec5 100644 (file)
@@ -55,8 +55,10 @@ config COMMON_CLK_RK808
          by control register.
 
 config COMMON_CLK_HI655X
-       tristate "Clock driver for Hi655x"
-       depends on MFD_HI655X_PMIC || COMPILE_TEST
+       tristate "Clock driver for Hi655x" if EXPERT
+       depends on (MFD_HI655X_PMIC || COMPILE_TEST)
+       depends on REGMAP
+       default MFD_HI655X_PMIC
        ---help---
          This driver supports the hi655x PMIC clock. This
          multi-function device has one fixed-rate oscillator, clocked
@@ -101,6 +103,15 @@ config COMMON_CLK_SI514
          This driver supports the Silicon Labs 514 programmable clock
          generator.
 
+config COMMON_CLK_SI544
+       tristate "Clock driver for SiLabs 544 devices"
+       depends on I2C
+       select REGMAP_I2C
+       help
+       ---help---
+         This driver supports the Silicon Labs 544 programmable clock
+         generator.
+
 config COMMON_CLK_SI570
        tristate "Clock driver for SiLabs 570 and compatible devices"
        depends on I2C
@@ -248,6 +259,24 @@ config COMMON_CLK_VC5
          This driver supports the IDT VersaClock 5 and VersaClock 6
          programmable clock generators.
 
+config COMMON_CLK_STM32MP157
+       def_bool COMMON_CLK && MACH_STM32MP157
+       help
+       ---help---
+         Support for stm32mp157 SoC family clocks
+
+config COMMON_CLK_STM32F
+       def_bool COMMON_CLK && (MACH_STM32F429 || MACH_STM32F469 || MACH_STM32F746)
+       help
+       ---help---
+         Support for stm32f4 and stm32f7 SoC families clocks
+
+config COMMON_CLK_STM32H7
+       def_bool COMMON_CLK && MACH_STM32H743
+       help
+       ---help---
+         Support for stm32h7 SoC family clocks
+
 source "drivers/clk/bcm/Kconfig"
 source "drivers/clk/hisilicon/Kconfig"
 source "drivers/clk/imgtec/Kconfig"