diff options
author | Marcus Folkesson <marcus.folkesson@gmail.com> | 2022-08-15 09:16:21 +0300 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2022-09-21 23:15:10 +0300 |
commit | 5db9f38d394f1204f55934e27fe023de1064d317 (patch) | |
tree | 5b6f59091b058857afc3307b9d2143f17bedd7c8 /drivers/iio/adc/Kconfig | |
parent | 0e0a07adaff9718f22a55148c764a3d9dd2e1c5c (diff) | |
download | linux-5db9f38d394f1204f55934e27fe023de1064d317.tar.xz |
iio: adc: mcp3911: add support for buffers
Add support for buffers to make the driver fit for more use cases.
Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Link: https://lore.kernel.org/r/20220815061625.35568-6-marcus.folkesson@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/adc/Kconfig')
-rw-r--r-- | drivers/iio/adc/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig index 56e3ca3b4a5d..791612ca6012 100644 --- a/drivers/iio/adc/Kconfig +++ b/drivers/iio/adc/Kconfig @@ -732,6 +732,8 @@ config MCP3422 config MCP3911 tristate "Microchip Technology MCP3911 driver" depends on SPI + select IIO_BUFFER + select IIO_TRIGGERED_BUFFER help Say yes here to build support for Microchip Technology's MCP3911 analog to digital converter. |