Skip to content

Commit c64643e

Browse files
javiercarrascocruzjic23
authored andcommitted
iio: frequency: adf4377: add 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: eda549e ("iio: frequency: adf4377: add support for ADF4377") Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com> Link: https://patch.msgid.link/20241003-ad2s1210-select-v1-3-4019453f8c33@gmail.com Cc: <Stable@vger.kernel.org> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
1 parent 2caa67b commit c64643e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/iio/frequency/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ config ADF4371
5353
config ADF4377
5454
tristate "Analog Devices ADF4377 Microwave Wideband Synthesizer"
5555
depends on SPI && COMMON_CLK
56+
select REGMAP_SPI
5657
help
5758
Say yes here to build support for Analog Devices ADF4377 Microwave
5859
Wideband Synthesizer.

0 commit comments

Comments
 (0)