Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit 86fffc6

Browse files
javiercarrascocruzgregkh
authored andcommitted
iio: adc: ti-ads124s08: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
commit eb143d0 upstream. This driver makes use of triggered buffers, but does not select the required modules. Add the missing 'select IIO_BUFFER' and 'select IIO_TRIGGERED_BUFFER'. Fixes: e717f8c ("iio: adc: Add the TI ads124s08 ADC code") Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com> Link: https://patch.msgid.link/20241003-iio-select-v1-3-67c0385197cd@gmail.com Cc: <Stable@vger.kernel.org> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent be2469f commit 86fffc6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/iio/adc/Kconfig

+2
Original file line numberDiff line numberDiff line change
@@ -1447,6 +1447,8 @@ config TI_ADS8688
14471447
config TI_ADS124S08
14481448
tristate "Texas Instruments ADS124S08"
14491449
depends on SPI
1450+
select IIO_BUFFER
1451+
select IIO_TRIGGERED_BUFFER
14501452
help
14511453
If you say yes here you get support for Texas Instruments ADS124S08
14521454
and ADS124S06 ADC chips

0 commit comments

Comments
 (0)