aboutsummaryrefslogtreecommitdiff
path: root/drivers/iio/frequency/Kconfig
diff options
context:
space:
mode:
authorGravatar Michael Hennerich <michael.hennerich@analog.com> 2012-05-29 12:41:20 +0200
committerGravatar Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2012-06-04 21:19:40 -0700
commite31166f0fd48478866ee9661c36789126435ebe8 (patch)
treec5a7b345c3331935318376558429ff6e2e092aef /drivers/iio/frequency/Kconfig
parentiio: frequency: New driver for AD9523 SPI Low Jitter Clock Generator (diff)
downloadlinux-e31166f0fd48478866ee9661c36789126435ebe8.tar.gz
linux-e31166f0fd48478866ee9661c36789126435ebe8.tar.bz2
linux-e31166f0fd48478866ee9661c36789126435ebe8.zip
iio: frequency: New driver for Analog Devices ADF4350/ADF4351 Wideband Synthesizers
Changes since V1: Apply Jonathan's review feedback: Introduce and use IIO_ALTVOLTAGE. Fix up comments and documentation. Remove dead code. Reorder some code fragments. Add missing iio_device_free. Convert to new API. Fix-up out of staging includes. Removed pll_locked attribute. Changes since V2: Use module_spi_driver. adf4350_remove: move gpio_free after regulator. target patch to drivers/iio Signed-off-by: Michael Hennerich <michael.hennerich@analog.com> Acked-by: Jonathan Cameron <jic23@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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
module will be called ad9523.
endmenu
+
+#
+# Phase-Locked Loop (PLL) frequency synthesizers
+#
+
+menu "Phase-Locked Loop (PLL) frequency synthesizers"
+
+config ADF4350
+ tristate "Analog Devices ADF4350/ADF4351 Wideband Synthesizers"
+ depends on SPI
+ help
+ Say yes here to build support for Analog Devices ADF4350/ADF4351
+ Wideband Synthesizers. The driver provides direct access via sysfs.
+
+ To compile this driver as a module, choose M here: the
+ module will be called adf4350.
+
+endmenu
endmenu