Skip to content

Commit 6b8e9db

Browse files
javiercarrascocruzjic23
authored andcommitted
iio: frequency: admv4420: fix missing select REMAP_SPI in Kconfig
This driver makes use of regmap_spi, but does not select the required module. Add the missing 'select REGMAP_SPI'. Fixes: b59c041 ("iio: frequency: admv4420.c: Add support for ADMV4420") Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com> Link: https://patch.msgid.link/20241007-ad2s1210-select-v2-2-7345d228040f@gmail.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
1 parent 5c9644a commit 6b8e9db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/iio/frequency/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ config ADMV1014
9494
config ADMV4420
9595
tristate "Analog Devices ADMV4420 K Band Downconverter"
9696
depends on SPI
97+
select REGMAP_SPI
9798
help
9899
Say yes here to build support for Analog Devices K Band
99100
Downconverter with integrated Fractional-N PLL and VCO.

0 commit comments

Comments
 (0)