Kconfig 1014 B

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