Skip to content

Commit 399e325

Browse files
Arthur-Princegregkh
authored andcommitted
iio: adc: ti-ads1298: Kconfig: add kfifo dependency to fix module build
commit 3c5dfea upstream. Add dependency to Kconfig’s ti-ads1298 because compiling it as a module failed with an undefined kfifo symbol. Fixes: 00ef770 ("iio: adc: ti-ads1298: Add driver") Signed-off-by: Arthur-Prince <r2.arthur.prince@gmail.com> Co-developed-by: Mariana Valério <mariana.valerio2@hotmail.com> Signed-off-by: Mariana Valério <mariana.valerio2@hotmail.com> Link: https://patch.msgid.link/20250430191131.120831-1-r2.arthur.prince@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 aaa25db commit 399e325

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/iio/adc/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1452,6 +1452,7 @@ config TI_ADS1298
14521452
tristate "Texas Instruments ADS1298"
14531453
depends on SPI
14541454
select IIO_BUFFER
1455+
select IIO_KFIFO_BUF
14551456
help
14561457
If you say yes here you get support for Texas Instruments ADS1298
14571458
medical ADC chips

0 commit comments

Comments
 (0)