diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2014-06-30 09:50:00 +0100 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2014-07-08 21:17:30 +0100 |
commit | 3b1cae7c2c2b801b8530db07a02587bc1a41b3fe (patch) | |
tree | be8dcd14bd0ff70d076eb8b1b26b87592fb68e77 /drivers/iio/adc/Kconfig | |
parent | cfa71bf35c87c79ad9a03a29a7426b495446b2bf (diff) | |
download | blackbird-op-linux-3b1cae7c2c2b801b8530db07a02587bc1a41b3fe.tar.gz blackbird-op-linux-3b1cae7c2c2b801b8530db07a02587bc1a41b3fe.zip |
staging:iio:ad7291: Move out of staging
The ad7291 driver is in a reasonable shape. It does not use non-standard API/ABI
and there are no major style issues with the driver. So this patch moves it out
of staging.
There is one small warning from checkpatch which is also fixed in this patch.
The patch also sorts the #include directives in alphabetical order.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/adc/Kconfig')
-rw-r--r-- | drivers/iio/adc/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig index 20a7073f1dd6..11b048a59fde 100644 --- a/drivers/iio/adc/Kconfig +++ b/drivers/iio/adc/Kconfig @@ -20,6 +20,16 @@ config AD7266 Say yes here to build support for Analog Devices AD7265 and AD7266 ADCs. +config AD7291 + tristate "Analog Devices AD7291 ADC driver" + depends on I2C + help + Say yes here to build support for Analog Devices AD7291 + 8 Channel ADC with temperature sensor. + + To compile this driver as a module, choose M here: the + module will be called ad7291. + config AD7298 tristate "Analog Devices AD7298 ADC driver" depends on SPI |