Skip to content

Commit b798303

Browse files
javiercarrascocruzjic23
authored andcommitted
iio: amplifiers: ada4250: 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: 28b4c30 ("iio: amplifiers: ada4250: add support for ADA4250") 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 c64643e commit b798303

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/iio/amplifiers/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ config AD8366
2727
config ADA4250
2828
tristate "Analog Devices ADA4250 Instrumentation Amplifier"
2929
depends on SPI
30+
select REGMAP_SPI
3031
help
3132
Say yes here to build support for Analog Devices ADA4250
3233
SPI Amplifier's support. The driver provides direct access via

0 commit comments

Comments
 (0)