Skip to content

Commit f3fe8c5

Browse files
javiercarrascocruzjic23
authored andcommitted
iio: adc: ti-lmp92064: add missing select REGMAP_SPI in Kconfig
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>
1 parent eb143d0 commit f3fe8c5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/iio/adc/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1529,6 +1529,7 @@ config TI_AM335X_ADC
15291529
config TI_LMP92064
15301530
tristate "Texas Instruments LMP92064 ADC driver"
15311531
depends on SPI
1532+
select REGMAP_SPI
15321533
help
15331534
Say yes here to build support for the LMP92064 Precision Current and Voltage
15341535
sensor.

0 commit comments

Comments
 (0)