Skip to content

Commit d8ef39d

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 48e594b commit d8ef39d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/iio/adc/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1298,6 +1298,8 @@ config TI_ADS8688
12981298
config TI_ADS124S08
12991299
tristate "Texas Instruments ADS124S08"
13001300
depends on SPI
1301+
select IIO_BUFFER
1302+
select IIO_TRIGGERED_BUFFER
13011303
help
13021304
If you say yes here you get support for Texas Instruments ADS124S08
13031305
and ADS124S06 ADC chips

0 commit comments

Comments
 (0)