forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/iio/frequency/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Frequency
34 # Direct Digital Synthesis drivers (DDS)
....@@ -38,5 +39,15 @@
3839 To compile this driver as a module, choose M here: the
3940 module will be called adf4350.
4041
42
+config ADF4371
43
+ tristate "Analog Devices ADF4371/ADF4372 Wideband Synthesizers"
44
+ depends on SPI
45
+ select REGMAP_SPI
46
+ help
47
+ Say yes here to build support for Analog Devices ADF4371 and ADF4372
48
+ Wideband Synthesizers. The driver provides direct access via sysfs.
49
+
50
+ To compile this driver as a module, choose M here: the
51
+ module will be called adf4371.
4152 endmenu
4253 endmenu