From 6681bf218f9556b094e34f5f854b20d42d7e2e84 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Thu, 3 Sep 2020 11:45:01 -0500 Subject: Linux v5.7.6 rebase Signed-off-by: Justin M. Forbes --- configs/fedora/generic/CONFIG_AD9467 | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 configs/fedora/generic/CONFIG_AD9467 (limited to 'configs/fedora/generic/CONFIG_AD9467') diff --git a/configs/fedora/generic/CONFIG_AD9467 b/configs/fedora/generic/CONFIG_AD9467 new file mode 100644 index 000000000..c7d541b1c --- /dev/null +++ b/configs/fedora/generic/CONFIG_AD9467 @@ -0,0 +1,26 @@ +# CONFIG_AD9467: +# +# Say yes here to build support for Analog Devices: +# * AD9467 16-Bit, 200 MSPS/250 MSPS Analog-to-Digital Converter +# +# The driver requires the assistance of the AXI ADC IP core to operate, +# since SPI is used for configuration only, while data has to be +# streamed into memory via DMA. +# +# To compile this driver as a module, choose M here: the module will be +# called ad9467. +# +# Symbol: AD9467 [=n] +# Type : tristate +# Defined at drivers/iio/adc/Kconfig:249 +# Prompt: Analog Devices AD9467 High Speed ADC driver +# Depends on: IIO [=m] && SPI [=y] +# Location: +# -> Device Drivers +# -> Industrial I/O support (IIO [=m]) +# -> Analog to digital converters +# Selects: ADI_AXI_ADC [=n] +# +# +# +CONFIG_AD9467=m -- cgit