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

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