iio: frequency: admv4420: fix missing select REMAP_SPI in Kconfig
[ Upstream commit6b8e9dbfae] This driver makes use of regmap_spi, but does not select the required module. Add the missing 'select REGMAP_SPI'. Fixes:b59c041559("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> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
1b3090ca32
commit
119249d146
@@ -84,6 +84,7 @@ config ADMV1014
|
|||||||
config ADMV4420
|
config ADMV4420
|
||||||
tristate "Analog Devices ADMV4420 K Band Downconverter"
|
tristate "Analog Devices ADMV4420 K Band Downconverter"
|
||||||
depends on SPI
|
depends on SPI
|
||||||
|
select REGMAP_SPI
|
||||||
help
|
help
|
||||||
Say yes here to build support for Analog Devices K Band
|
Say yes here to build support for Analog Devices K Band
|
||||||
Downconverter with integrated Fractional-N PLL and VCO.
|
Downconverter with integrated Fractional-N PLL and VCO.
|
||||||
|
|||||||
Reference in New Issue
Block a user