| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | # |
|---|
| 2 | 3 | # Frequency |
|---|
| 3 | 4 | # Direct Digital Synthesis drivers (DDS) |
|---|
| .. | .. |
|---|
| 38 | 39 | To compile this driver as a module, choose M here: the |
|---|
| 39 | 40 | module will be called adf4350. |
|---|
| 40 | 41 | |
|---|
| 42 | +config ADF4371 |
|---|
| 43 | + tristate "Analog Devices ADF4371/ADF4372 Wideband Synthesizers" |
|---|
| 44 | + depends on SPI |
|---|
| 45 | + select REGMAP_SPI |
|---|
| 46 | + help |
|---|
| 47 | + Say yes here to build support for Analog Devices ADF4371 and ADF4372 |
|---|
| 48 | + Wideband Synthesizers. The driver provides direct access via sysfs. |
|---|
| 49 | + |
|---|
| 50 | + To compile this driver as a module, choose M here: the |
|---|
| 51 | + module will be called adf4371. |
|---|
| 41 | 52 | endmenu |
|---|
| 42 | 53 | endmenu |
|---|