Skip to content

Commit 17a9936

Browse files
javiercarrascocruzjic23
authored andcommitted
iio: resolver: ad2s1210 add missing select REGMAP in Kconfig
This driver makes use of regmap, but does not select the required module. Add the missing 'select REGMAP'. Fixes: b3689e1 ("staging: iio: resolver: ad2s1210: use regmap for config registers") Signed-off-by: Javier Carrasco <[email protected]> Reviewed-by: David Lechner <[email protected]> Link: https://patch.msgid.link/[email protected] Cc: <[email protected]> Signed-off-by: Jonathan Cameron <[email protected]>
1 parent 75461a0 commit 17a9936

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/iio/resolver/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ config AD2S1210
3131
depends on SPI
3232
depends on COMMON_CLK
3333
depends on GPIOLIB || COMPILE_TEST
34+
select REGMAP
3435
help
3536
Say yes here to build support for Analog Devices spi resolver
3637
to digital converters, ad2s1210, provides direct access via sysfs.

0 commit comments

Comments
 (0)