diff options
author | Jacopo Mondi <jacopo@jmondi.org> | 2017-01-18 17:30:52 +0100 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2017-01-21 13:16:38 +0000 |
commit | a8e7e88df9ec1b7df2d12b6ee4ec48aee7b6aec7 (patch) | |
tree | 93a327c672858493c900a0e0c098c7d9fa788fb4 /drivers/iio/adc/Kconfig | |
parent | 2d3f956e2ea8c247ce433323ca9f764da139aae7 (diff) |
iio: adc: Add Maxim MAX11100 driver
Add iio driver for Maxim MAX11100 single-channel ADC.
Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
Tested-by: Marek Vasut <marek.vasut@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/adc/Kconfig')
-rw-r--r-- | drivers/iio/adc/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig index 817693a14eb9..a8155221f470 100644 --- a/drivers/iio/adc/Kconfig +++ b/drivers/iio/adc/Kconfig @@ -326,6 +326,15 @@ config MAX1027 To compile this driver as a module, choose M here: the module will be called max1027. +config MAX11100 + tristate "Maxim max11100 ADC driver" + depends on SPI_MASTER + help + Say yes here to build support for Maxim max11100 SPI ADC + + To compile this driver as a module, choose M here: the module will be + called max11100. + config MAX1363 tristate "Maxim max1363 ADC driver" depends on I2C |