aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/iio/filter/Kconfig
diff options
context:
space:
mode:
authorWang ShaoBo <bobo.shaobowang@huawei.com>2022-03-20 13:54:57 +0800
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2022-04-04 09:19:01 +0100
commitd85cce86a86746354fffb688dd134609c8277adc (patch)
tree9a78773f3bc21e61cffd29507dd67c3d2e50aa8d /drivers/iio/filter/Kconfig
parentiio: dac: ad5592r: Fix the missing return value. (diff)
downloadwireguard-linux-d85cce86a86746354fffb688dd134609c8277adc.tar.xz
wireguard-linux-d85cce86a86746354fffb688dd134609c8277adc.zip
iio:filter:admv8818: select REGMAP_SPI for ADMV8818
admv8818 driver needs __devm_regmap_init_spi() which is defined when CONFIG_REGMAP_SPI is set and struct regmap_config when CONFIG_REGMAP is set, so automatically select CONFIG_REGMAP_SPI which also sets CONFIG_REGMAP. Fixes: f34fe888ad05 ("iio:filter:admv8818: add support for ADMV8818") Signed-off-by: Wang ShaoBo <bobo.shaobowang@huawei.com> Reviewed-by: Nuno Sá <nuno.sa@analog.com> Link: https://lore.kernel.org/r/20220320055457.254983-1-bobo.shaobowang@huawei.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/filter/Kconfig')
-rw-r--r--drivers/iio/filter/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/filter/Kconfig b/drivers/iio/filter/Kconfig
index 3ae35817ad82..a85b345ea14e 100644
--- a/drivers/iio/filter/Kconfig
+++ b/drivers/iio/filter/Kconfig
@@ -8,6 +8,7 @@ menu "Filters"
config ADMV8818
tristate "Analog Devices ADMV8818 High-Pass and Low-Pass Filter"
depends on SPI && COMMON_CLK && 64BIT
+ select REGMAP_SPI
help
Say yes here to build support for Analog Devices ADMV8818
2 GHz to 18 GHz, Digitally Tunable, High-Pass and Low-Pass Filter.