Skip to content

Commit bcdab6f

Browse files
javiercarrascocruzjic23
authored andcommitted
iio: dac: ad5770r: 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: cbbb819 ("iio: dac: ad5770r: Add AD5770R support") 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 b798303 commit bcdab6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/iio/dac/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ config AD5766
266266
config AD5770R
267267
tristate "Analog Devices AD5770R IDAC driver"
268268
depends on SPI_MASTER
269+
select REGMAP_SPI
269270
help
270271
Say yes here to build support for Analog Devices AD5770R Digital to
271272
Analog Converter.

0 commit comments

Comments
 (0)