mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 09:31:50 +00:00
7b123c85bb
This patch adds support for the Analog Devices AD7787, AD7788, AD7789, AD7790 and AD7791 Sigma Delta Analog-to-Digital converters. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
9 lines
188 B
Makefile
9 lines
188 B
Makefile
#
|
|
# Makefile for IIO ADC drivers
|
|
#
|
|
|
|
obj-$(CONFIG_AD_SIGMA_DELTA) += ad_sigma_delta.o
|
|
obj-$(CONFIG_AD7266) += ad7266.o
|
|
obj-$(CONFIG_AD7791) += ad7791.o
|
|
obj-$(CONFIG_AT91_ADC) += at91_adc.o
|