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 <[email protected]> Link: https://patch.msgid.link/[email protected] Cc: <[email protected]> Signed-off-by: Jonathan Cameron <[email protected]>
1 parent 2caa67b commit c64643e

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
@@ -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)