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