Kconfig 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. #
  2. # Frequency
  3. # Direct Digital Synthesis drivers (DDS)
  4. # Clock Distribution device drivers
  5. # Phase-Locked Loop (PLL) frequency synthesizers
  6. #
  7. # When adding new entries keep the list in alphabetical order
  8. menu "Frequency Synthesizers DDS/PLL"
  9. menu "Clock Generator/Distribution"
  10. config AD9523
  11. tristate "Analog Devices AD9523 Low Jitter Clock Generator"
  12. depends on SPI
  13. help
  14. Say yes here to build support for Analog Devices AD9523 Low Jitter
  15. Clock Generator. The driver provides direct access via sysfs.
  16. To compile this driver as a module, choose M here: the
  17. module will be called ad9523.
  18. endmenu
  19. #
  20. # Phase-Locked Loop (PLL) frequency synthesizers
  21. #
  22. menu "Phase-Locked Loop (PLL) frequency synthesizers"
  23. config ADF4350
  24. tristate "Analog Devices ADF4350/ADF4351 Wideband Synthesizers"
  25. depends on SPI
  26. help
  27. Say yes here to build support for Analog Devices ADF4350/ADF4351
  28. Wideband Synthesizers. The driver provides direct access via sysfs.
  29. To compile this driver as a module, choose M here: the
  30. module will be called adf4350.
  31. endmenu
  32. endmenu