Kconfig 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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 ADMV1013
  42. tristate "Analog Devices ADMV1013 Microwave Upconverter"
  43. depends on SPI && COMMON_CLK
  44. help
  45. Say yes here to build support for Analog Devices ADMV1013
  46. 24 GHz to 44 GHz, Wideband, Microwave Upconverter.
  47. To compile this driver as a module, choose M here: the
  48. module will be called admv1013.
  49. config ADMV1014
  50. tristate "Analog Devices ADMV1014 Microwave Downconverter"
  51. depends on SPI && COMMON_CLK && 64BIT
  52. help
  53. Say yes here to build support for Analog Devices ADMV1014
  54. 24 GHz to 44 GHz, Wideband, Microwave Downconverter.
  55. To compile this driver as a module, choose M here: the
  56. module will be called admv1014.
  57. config ADMV4420
  58. tristate "Analog Devices ADMV4420 K Band Downconverter"
  59. depends on SPI
  60. help
  61. Say yes here to build support for Analog Devices K Band
  62. Downconverter with integrated Fractional-N PLL and VCO.
  63. To compile this driver as a module, choose M here: the
  64. module will be called admv4420.
  65. config ADRF6780
  66. tristate "Analog Devices ADRF6780 Microwave Upconverter"
  67. depends on SPI
  68. depends on COMMON_CLK
  69. help
  70. Say yes here to build support for Analog Devices ADRF6780
  71. 5.9 GHz to 23.6 GHz, Wideband, Microwave Upconverter.
  72. To compile this driver as a module, choose M here: the
  73. module will be called adrf6780.
  74. endmenu
  75. endmenu