Skip to content

Commit dc7a11e

Browse files
javiercarrascocruzgregkh
authored andcommitted
iio: amplifiers: ada4250: add missing select REGMAP_SPI in Kconfig
commit b798303 upstream. 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 <javier.carrasco.cruz@gmail.com> Link: https://patch.msgid.link/20241003-ad2s1210-select-v1-5-4019453f8c33@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 7f06b15 commit dc7a11e

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)