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 <[email protected]> Link: https://patch.msgid.link/[email protected] Cc: <[email protected]> Signed-off-by: Jonathan Cameron <[email protected]>
1 parent f4dc96f commit eb143d0

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
@@ -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)