aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/frequency/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/iio/frequency/Kconfig')
-rw-r--r--drivers/iio/frequency/Kconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/drivers/iio/frequency/Kconfig b/drivers/iio/frequency/Kconfig
index 0458c92464a3..6aaa33ef4544 100644
--- a/drivers/iio/frequency/Kconfig
+++ b/drivers/iio/frequency/Kconfig
@@ -20,4 +20,22 @@ config AD9523
20 module will be called ad9523. 20 module will be called ad9523.
21 21
22endmenu 22endmenu
23
24#
25# Phase-Locked Loop (PLL) frequency synthesizers
26#
27
28menu "Phase-Locked Loop (PLL) frequency synthesizers"
29
30config 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
40endmenu
23endmenu 41endmenu