Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit 5d41abc

Browse files
javiercarrascocruzgregkh
authored andcommitted
iio: frequency: adf4377: add missing select REMAP_SPI in Kconfig
commit c64643e upstream. 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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent dc7a11e commit 5d41abc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/iio/frequency/Kconfig

+1
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)