drivers/iio/dac/Kconfig

Source file repositories/reference/linux-study-clean/drivers/iio/dac/Kconfig

File Facts

System
Linux kernel
Corpus path
drivers/iio/dac/Kconfig
Extension
[no extension]
Size
19558 bytes
Lines
646
Domain
Driver Families
Bucket
drivers/iio
Inferred role
Driver Families: build/configuration rule
Status
atlas-only

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: GPL-2.0-only
#
# DAC drivers
#
# When adding new entries keep the list in alphabetical order

menu "Digital to analog converters"

config AD3530R
	tristate "Analog Devices AD3530R and Similar DACs driver"
	depends on SPI
	select REGMAP_SPI
	help
	  Say yes here to build support for Analog Devices AD3530R, AD3531R
	  Digital to Analog Converter.

	  To compile this driver as a module, choose M here: the
	  module will be called ad3530r.

config AD3552R_HS
	tristate "Analog Devices AD3552R DAC High Speed driver"
	select AD3552R_LIB
	select IIO_BACKEND
	help
	  Say yes here to build support for Analog Devices AD3552R
	  Digital to Analog Converter High Speed driver.

	  The driver requires the assistance of an IP core to operate,
	  since data is streamed into target device via DMA, sent over a
	  QSPI + DDR (Double Data Rate) bus.

	  To compile this driver as a module, choose M here: the
	  module will be called ad3552r-hs.

config AD3552R_LIB
	tristate

config AD3552R
	tristate "Analog Devices AD3552R DAC driver"
	depends on SPI_MASTER
	select AD3552R_LIB
	select IIO_BUFFER
	select IIO_TRIGGERED_BUFFER
	help
	  Say yes here to build support for Analog Devices AD3552R
	  Digital to Analog Converter.

	  To compile this driver as a module, choose M here: the
	  module will be called ad3552r.

config AD5064
	tristate "Analog Devices AD5064 and similar multi-channel DAC driver"
	depends on (SPI_MASTER && I2C!=m) || I2C
	help
	  Say yes here to build support for Analog Devices AD5024, AD5025, AD5044,
	  AD5045, AD5064, AD5064-1, AD5065, AD5625, AD5625R, AD5627, AD5627R,
	  AD5628, AD5629R, AD5645R, AD5647R, AD5648, AD5665, AD5665R, AD5666,
	  AD5667, AD5667R, AD5668, AD5669R, LTC2606, LTC2607, LTC2609, LTC2616,
	  LTC2617, LTC2619, LTC2626, LTC2627, LTC2629, LTC2631, LTC2633, LTC2635
	  Digital to Analog Converter.

	  To compile this driver as a module, choose M here: the
	  module will be called ad5064.

config AD5360
	tristate "Analog Devices AD5360/61/62/63/70/71/73 DAC driver"
	depends on SPI
	help
	  Say yes here to build support for Analog Devices AD5360, AD5361,
	  AD5362, AD5363, AD5370, AD5371, AD5373 multi-channel

Annotation

Implementation Notes