Skip to content

Commit 48e594b

Browse files
javiercarrascocruzgregkh
authored andcommitted
iio: adc: ti-lmp92064: add missing select REGMAP_SPI in Kconfig
commit f3fe8c5 upstream. This driver makes use of regmap_spi, but does not select the required module. Add the missing 'select REGMAP_SPI'. Fixes: 6271989 ("iio: adc: add ADC driver for the TI LMP92064 controller") Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com> Link: https://patch.msgid.link/20241003-iio-select-v1-5-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 2f76deb commit 48e594b

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
@@ -1332,6 +1332,7 @@ config TI_AM335X_ADC
13321332
config TI_LMP92064
13331333
tristate "Texas Instruments LMP92064 ADC driver"
13341334
depends on SPI
1335+
select REGMAP_SPI
13351336
help
13361337
Say yes here to build support for the LMP92064 Precision Current and Voltage
13371338
sensor.

0 commit comments

Comments
 (0)