Kconfig 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Frequency
  4. # Direct Digital Synthesis drivers (DDS)
  5. # Clock Distribution device drivers
  6. # Phase-Locked Loop (PLL) frequency synthesizers
  7. #
  8. # When adding new entries keep the list in alphabetical order
  9. menu "Frequency Synthesizers DDS/PLL"
  10. menu "Clock Generator/Distribution"
  11. config AD9523
  12. tristate "Analog Devices AD9523 Low Jitter Clock Generator"
  13. depends on SPI
  14. help
  15. Say yes here to build support for Analog Devices AD9523 Low Jitter
  16. Clock Generator. The driver provides direct access via sysfs.
  17. To compile this driver as a module, choose M here: the
  18. module will be called ad9523.
  19. endmenu
  20. #
  21. # Phase-Locked Loop (PLL) frequency synthesizers
  22. #
  23. menu "Phase-Locked Loop (PLL) frequency synthesizers"
  24. config ADF4350
  25. tristate "Analog Devices ADF4350/ADF4351 Wideband Synthesizers"
  26. depends on SPI
  27. help
  28. Say yes here to build support for Analog Devices ADF4350/ADF4351
  29. Wideband Synthesizers. The driver provides direct access via sysfs.
  30. To compile this driver as a module, choose M here: the
  31. module will be called adf4350.
  32. config ADF4371
  33. tristate "Analog Devices ADF4371/ADF4372 Wideband Synthesizers"
  34. depends on SPI
  35. select REGMAP_SPI
  36. help
  37. Say yes here to build support for Analog Devices ADF4371 and ADF4372
  38. Wideband Synthesizers. The driver provides direct access via sysfs.
  39. To compile this driver as a module, choose M here: the
  40. module will be called adf4371.
  41. config ADF4377
  42. tristate "Analog Devices ADF4377 Microwave Wideband Synthesizer"
  43. depends on SPI && COMMON_CLK
  44. select REGMAP_SPI
  45. help
  46. Say yes here to build support for Analog Devices ADF4377 Microwave
  47. Wideband Synthesizer.
  48. To compile this driver as a module, choose M here: the
  49. module will be called adf4377.
  50. config ADMFM2000
  51. tristate "Analog Devices ADMFM2000 Dual Microwave Down Converter"
  52. depends on GPIOLIB
  53. help
  54. Say yes here to build support for Analog Devices ADMFM2000 Dual
  55. Microwave Down Converter.
  56. To compile this driver as a module, choose M here: the
  57. module will be called admfm2000.
  58. config ADMV1013
  59. tristate "Analog Devices ADMV1013 Microwave Upconverter"
  60. depends on SPI && COMMON_CLK
  61. help
  62. Say yes here to build support for Analog Devices ADMV1013
  63. 24 GHz to 44 GHz, Wideband, Microwave Upconverter.
  64. To compile this driver as a module, choose M here: the
  65. module will be called admv1013.
  66. config ADMV1014
  67. tristate "Analog Devices ADMV1014 Microwave Downconverter"
  68. depends on SPI && COMMON_CLK && 64BIT
  69. help
  70. Say yes here to build support for Analog Devices ADMV1014
  71. 24 GHz to 44 GHz, Wideband, Microwave Downconverter.
  72. To compile this driver as a module, choose M here: the
  73. module will be called admv1014.
  74. config ADMV4420
  75. tristate "Analog Devices ADMV4420 K Band Downconverter"
  76. depends on SPI
  77. select REGMAP_SPI
  78. help
  79. Say yes here to build support for Analog Devices K Band
  80. Downconverter with integrated Fractional-N PLL and VCO.
  81. To compile this driver as a module, choose M here: the
  82. module will be called admv4420.
  83. config ADRF6780
  84. tristate "Analog Devices ADRF6780 Microwave Upconverter"
  85. depends on SPI
  86. depends on COMMON_CLK
  87. help
  88. Say yes here to build support for Analog Devices ADRF6780
  89. 5.9 GHz to 23.6 GHz, Wideband, Microwave Upconverter.
  90. To compile this driver as a module, choose M here: the
  91. module will be called adrf6780.
  92. endmenu
  93. endmenu