Skip to content

Commit eb143d0

Browse files
javiercarrascocruzjic23
authored andcommitted
iio: adc: ti-ads124s08: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig
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>
1 parent f4dc96f commit eb143d0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/iio/adc/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1493,6 +1493,8 @@ config TI_ADS8688
14931493
config TI_ADS124S08
14941494
tristate "Texas Instruments ADS124S08"
14951495
depends on SPI
1496+
select IIO_BUFFER
1497+
select IIO_TRIGGERED_BUFFER
14961498
help
14971499
If you say yes here you get support for Texas Instruments ADS124S08
14981500
and ADS124S06 ADC chips

0 commit comments

Comments
 (0)