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 | # |
Lars-Peter Clausen | 3edc84e | 2013-07-15 08:45:00 +0100 | [diff] [blame] | 7 | # When adding new entries keep the list in alphabetical order |
Michael Hennerich | cd1678f | 2012-05-29 12:41:19 +0200 | [diff] [blame] | 8 | |
| 9 | menu "Frequency Synthesizers DDS/PLL" |
| 10 | |
| 11 | menu "Clock Generator/Distribution" |
| 12 | |
| 13 | config AD9523 |
| 14 | tristate "Analog Devices AD9523 Low Jitter Clock Generator" |
| 15 | depends on SPI |
| 16 | help |
| 17 | Say yes here to build support for Analog Devices AD9523 Low Jitter |
| 18 | Clock Generator. The driver provides direct access via sysfs. |
| 19 | |
| 20 | To compile this driver as a module, choose M here: the |
| 21 | module will be called ad9523. |
| 22 | |
| 23 | endmenu |
Michael Hennerich | e31166f | 2012-05-29 12:41:20 +0200 | [diff] [blame] | 24 | |
| 25 | # |
| 26 | # Phase-Locked Loop (PLL) frequency synthesizers |
| 27 | # |
| 28 | |
| 29 | menu "Phase-Locked Loop (PLL) frequency synthesizers" |
| 30 | |
| 31 | config ADF4350 |
| 32 | tristate "Analog Devices ADF4350/ADF4351 Wideband Synthesizers" |
| 33 | depends on SPI |
| 34 | help |
| 35 | Say yes here to build support for Analog Devices ADF4350/ADF4351 |
| 36 | Wideband Synthesizers. The driver provides direct access via sysfs. |
| 37 | |
| 38 | To compile this driver as a module, choose M here: the |
| 39 | module will be called adf4350. |
| 40 | |
| 41 | endmenu |
Michael Hennerich | cd1678f | 2012-05-29 12:41:19 +0200 | [diff] [blame] | 42 | endmenu |