Kconfig 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  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. ---help---
  13. The common clock framework is a single definition of struct
  14. clk, useful across many platforms, as well as an
  15. implementation of the clock API in include/linux/clk.h.
  16. Architectures utilizing the common struct clk should select
  17. this option.
  18. menu "Common Clock Framework"
  19. depends on COMMON_CLK
  20. config COMMON_CLK_WM831X
  21. tristate "Clock driver for WM831x/2x PMICs"
  22. depends on MFD_WM831X
  23. ---help---
  24. Supports the clocking subsystem of the WM831x/2x series of
  25. PMICs from Wolfson Microlectronics.
  26. source "drivers/clk/versatile/Kconfig"
  27. config COMMON_CLK_MAX77686
  28. tristate "Clock driver for Maxim 77686 MFD"
  29. depends on MFD_MAX77686
  30. ---help---
  31. This driver supports Maxim 77686 crystal oscillator clock.
  32. config COMMON_CLK_SI5351
  33. tristate "Clock driver for SiLabs 5351A/B/C"
  34. depends on I2C
  35. select REGMAP_I2C
  36. select RATIONAL
  37. ---help---
  38. This driver supports Silicon Labs 5351A/B/C programmable clock
  39. generators.
  40. config COMMON_CLK_SI570
  41. tristate "Clock driver for SiLabs 570 and compatible devices"
  42. depends on I2C
  43. depends on OF
  44. select REGMAP_I2C
  45. help
  46. ---help---
  47. This driver supports Silicon Labs 570/571/598/599 programmable
  48. clock generators.
  49. config COMMON_CLK_S2MPS11
  50. tristate "Clock driver for S2MPS1X/S5M8767 MFD"
  51. depends on MFD_SEC_CORE
  52. ---help---
  53. This driver supports S2MPS11/S2MPS14/S5M8767 crystal oscillator
  54. clock. These multi-function devices have two (S2MPS14) or three
  55. (S2MPS11, S5M8767) fixed-rate oscillators, clocked at 32KHz each.
  56. config CLK_TWL6040
  57. tristate "External McPDM functional clock from twl6040"
  58. depends on TWL6040_CORE
  59. ---help---
  60. Enable the external functional clock support on OMAP4+ platforms for
  61. McPDM. McPDM module is using the external bit clock on the McPDM bus
  62. as functional clock.
  63. config COMMON_CLK_AXI_CLKGEN
  64. tristate "AXI clkgen driver"
  65. depends on ARCH_ZYNQ || MICROBLAZE
  66. help
  67. ---help---
  68. Support for the Analog Devices axi-clkgen pcore clock generator for Xilinx
  69. FPGAs. It is commonly used in Analog Devices' reference designs.
  70. config CLK_PPC_CORENET
  71. bool "Clock driver for PowerPC corenet platforms"
  72. depends on PPC_E500MC && OF
  73. ---help---
  74. This adds the clock driver support for Freescale PowerPC corenet
  75. platforms using common clock framework.
  76. config COMMON_CLK_XGENE
  77. bool "Clock driver for APM XGene SoC"
  78. default y
  79. depends on ARM64
  80. ---help---
  81. Sypport for the APM X-Gene SoC reference, PLL, and device clocks.
  82. config COMMON_CLK_KEYSTONE
  83. tristate "Clock drivers for Keystone based SOCs"
  84. depends on ARCH_KEYSTONE && OF
  85. ---help---
  86. Supports clock drivers for Keystone based SOCs. These SOCs have local
  87. a power sleep control module that gate the clock to the IPs and PLLs.
  88. source "drivers/clk/qcom/Kconfig"
  89. endmenu
  90. source "drivers/clk/bcm/Kconfig"
  91. source "drivers/clk/mvebu/Kconfig"
  92. source "drivers/clk/samsung/Kconfig"