Kconfig 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. config CLKDEV_LOOKUP
  2. bool
  3. select HAVE_CLK
  4. config HAVE_CLK_PREPARE
  5. bool
  6. config HAVE_MACH_CLKDEV
  7. bool
  8. config COMMON_CLK
  9. bool
  10. select HAVE_CLK_PREPARE
  11. select CLKDEV_LOOKUP
  12. select SRCU
  13. ---help---
  14. The common clock framework is a single definition of struct
  15. clk, useful across many platforms, as well as an
  16. implementation of the clock API in include/linux/clk.h.
  17. Architectures utilizing the common struct clk should select
  18. this option.
  19. menu "Common Clock Framework"
  20. depends on COMMON_CLK
  21. config COMMON_CLK_WM831X
  22. tristate "Clock driver for WM831x/2x PMICs"
  23. depends on MFD_WM831X
  24. ---help---
  25. Supports the clocking subsystem of the WM831x/2x series of
  26. PMICs from Wolfson Microelectronics.
  27. source "drivers/clk/versatile/Kconfig"
  28. config COMMON_CLK_MAX_GEN
  29. bool
  30. config COMMON_CLK_MAX77686
  31. tristate "Clock driver for Maxim 77686 MFD"
  32. depends on MFD_MAX77686
  33. select COMMON_CLK_MAX_GEN
  34. ---help---
  35. This driver supports Maxim 77686 crystal oscillator clock.
  36. config COMMON_CLK_MAX77802
  37. tristate "Clock driver for Maxim 77802 PMIC"
  38. depends on MFD_MAX77686
  39. select COMMON_CLK_MAX_GEN
  40. ---help---
  41. This driver supports Maxim 77802 crystal oscillator clock.
  42. config COMMON_CLK_RK808
  43. tristate "Clock driver for RK808"
  44. depends on MFD_RK808
  45. ---help---
  46. This driver supports RK808 crystal oscillator clock. These
  47. multi-function devices have two fixed-rate oscillators,
  48. clocked at 32KHz each. Clkout1 is always on, Clkout2 can off
  49. by control register.
  50. config COMMON_CLK_SI5351
  51. tristate "Clock driver for SiLabs 5351A/B/C"
  52. depends on I2C
  53. select REGMAP_I2C
  54. select RATIONAL
  55. ---help---
  56. This driver supports Silicon Labs 5351A/B/C programmable clock
  57. generators.
  58. config COMMON_CLK_SI570
  59. tristate "Clock driver for SiLabs 570 and compatible devices"
  60. depends on I2C
  61. depends on OF
  62. select REGMAP_I2C
  63. help
  64. ---help---
  65. This driver supports Silicon Labs 570/571/598/599 programmable
  66. clock generators.
  67. config COMMON_CLK_CDCE925
  68. tristate "Clock driver for TI CDCE925 devices"
  69. depends on I2C
  70. depends on OF
  71. select REGMAP_I2C
  72. help
  73. ---help---
  74. This driver supports the TI CDCE925 programmable clock synthesizer.
  75. The chip contains two PLLs with spread-spectrum clocking support and
  76. five output dividers. The driver only supports the following setup,
  77. and uses a fixed setting for the output muxes.
  78. Y1 is derived from the input clock
  79. Y2 and Y3 derive from PLL1
  80. Y4 and Y5 derive from PLL2
  81. Given a target output frequency, the driver will set the PLL and
  82. divider to best approximate the desired output.
  83. config COMMON_CLK_S2MPS11
  84. tristate "Clock driver for S2MPS1X/S5M8767 MFD"
  85. depends on MFD_SEC_CORE
  86. ---help---
  87. This driver supports S2MPS11/S2MPS14/S5M8767 crystal oscillator
  88. clock. These multi-function devices have two (S2MPS14) or three
  89. (S2MPS11, S5M8767) fixed-rate oscillators, clocked at 32KHz each.
  90. config CLK_TWL6040
  91. tristate "External McPDM functional clock from twl6040"
  92. depends on TWL6040_CORE
  93. ---help---
  94. Enable the external functional clock support on OMAP4+ platforms for
  95. McPDM. McPDM module is using the external bit clock on the McPDM bus
  96. as functional clock.
  97. config COMMON_CLK_AXI_CLKGEN
  98. tristate "AXI clkgen driver"
  99. depends on ARCH_ZYNQ || MICROBLAZE
  100. help
  101. ---help---
  102. Support for the Analog Devices axi-clkgen pcore clock generator for Xilinx
  103. FPGAs. It is commonly used in Analog Devices' reference designs.
  104. config CLK_QORIQ
  105. bool "Clock driver for Freescale QorIQ platforms"
  106. depends on (PPC_E500MC || ARM) && OF
  107. ---help---
  108. This adds the clock driver support for Freescale QorIQ platforms
  109. using common clock framework.
  110. config COMMON_CLK_XGENE
  111. bool "Clock driver for APM XGene SoC"
  112. default y
  113. depends on ARM64
  114. ---help---
  115. Sypport for the APM X-Gene SoC reference, PLL, and device clocks.
  116. config COMMON_CLK_KEYSTONE
  117. tristate "Clock drivers for Keystone based SOCs"
  118. depends on ARCH_KEYSTONE && OF
  119. ---help---
  120. Supports clock drivers for Keystone based SOCs. These SOCs have local
  121. a power sleep control module that gate the clock to the IPs and PLLs.
  122. config COMMON_CLK_PALMAS
  123. tristate "Clock driver for TI Palmas devices"
  124. depends on MFD_PALMAS
  125. ---help---
  126. This driver supports TI Palmas devices 32KHz output KG and KG_AUDIO
  127. using common clock framework.
  128. config COMMON_CLK_PWM
  129. tristate "Clock driver for PWMs used as clock outputs"
  130. depends on PWM
  131. ---help---
  132. Adapter driver so that any PWM output can be (mis)used as clock signal
  133. at 50% duty cycle.
  134. config COMMON_CLK_PXA
  135. def_bool COMMON_CLK && ARCH_PXA
  136. ---help---
  137. Sypport for the Marvell PXA SoC.
  138. config COMMON_CLK_CDCE706
  139. tristate "Clock driver for TI CDCE706 clock synthesizer"
  140. depends on I2C
  141. select REGMAP_I2C
  142. select RATIONAL
  143. ---help---
  144. This driver supports TI CDCE706 programmable 3-PLL clock synthesizer.
  145. source "drivers/clk/bcm/Kconfig"
  146. source "drivers/clk/hisilicon/Kconfig"
  147. source "drivers/clk/qcom/Kconfig"
  148. endmenu
  149. source "drivers/clk/mvebu/Kconfig"
  150. source "drivers/clk/samsung/Kconfig"
  151. source "drivers/clk/tegra/Kconfig"