Skip to content

Commit 252ff06

Browse files
javiercarrascocruzjic23
authored andcommitted
iio: dac: ltc1660: 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: 8316ceb ("iio: dac: add support for ltc1660") 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 bcdab6f commit 252ff06

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
@@ -358,6 +358,7 @@ config LPC18XX_DAC
358358
config LTC1660
359359
tristate "Linear Technology LTC1660/LTC1665 DAC SPI driver"
360360
depends on SPI
361+
select REGMAP_SPI
361362
help
362363
Say yes here to build support for Linear Technology
363364
LTC1660 and LTC1665 Digital to Analog Converters.

0 commit comments

Comments
 (0)