Kconfig 560 B

1234567891011121314151617181920212223
  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. endmenu