Skip to content

Commit f15814f

Browse files
committed
drivers: iio: adc: ad9213: Add support for AD9213
Add driver for AD9213. Signed-off-by: AndrDragomir <andrei.dragomir@analog.com> Signed-off-by: George Mois <george.mois@analog.com>
1 parent cf757d8 commit f15814f

File tree

3 files changed

+781
-0
lines changed

3 files changed

+781
-0
lines changed

drivers/iio/adc/Kconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,18 @@ config AD9208
561561
AD9208, AD9689, AD9695, AD9697, AD9694, AD6688, AD6684 high speed ADCs.
562562
Provides direct access via sysfs.
563563

564+
config AD9213
565+
tristate "Analog Devices AD9213 ADC"
566+
depends on SPI
567+
select IIO_BACKEND
568+
help
569+
Say yes here to build support for Analog Devices:
570+
AD9213 JESD204B RF Analog-to-Digital Converter.
571+
Provides direct access via sysfs.
572+
573+
To compile this driver as a module, choose M here: the module will be
574+
called ad9213.
575+
564576
config AD9361
565577
bool "Analog Devices AD9361, AD9364 RF Agile Transceiver driver"
566578
depends on SPI

drivers/iio/adc/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ ad9208_drv-y := ad9208.o \
6262

6363
obj-$(CONFIG_AD9208) += ad9208_drv.o
6464

65+
obj-$(CONFIG_AD9213) += ad9213.o
66+
6567
ad9081_drv-y := ad9081.o \
6668
ad9081/adi_ad9081_adc.o \
6769
ad9081/adi_ad9081_device.o \

0 commit comments

Comments
 (0)