File tree Expand file tree Collapse file tree 3 files changed +742
-0
lines changed Expand file tree Collapse file tree 3 files changed +742
-0
lines changed Original file line number Diff line number Diff line change @@ -680,6 +680,19 @@ config STM32_DFSDM_CORE
680
680
This driver can also be built as a module. If so, the module
681
681
will be called stm32-dfsdm-core.
682
682
683
+ config STM32_DFSDM_ADC
684
+ tristate "STMicroelectronics STM32 dfsdm adc"
685
+ depends on (ARCH_STM32 && OF) || COMPILE_TEST
686
+ select STM32_DFSDM_CORE
687
+ select REGMAP_MMIO
688
+ select IIO_BUFFER_HW_CONSUMER
689
+ help
690
+ Select this option to support ADCSigma delta modulator for
691
+ STMicroelectronics STM32 digital filter for sigma delta converter.
692
+
693
+ This driver can also be built as a module. If so, the module
694
+ will be called stm32-dfsdm-adc.
695
+
683
696
config STX104
684
697
tristate "Apex Embedded Systems STX104 driver"
685
698
depends on PC104 && X86 && ISA_BUS_API
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ obj-$(CONFIG_SUN4I_GPADC) += sun4i-gpadc-iio.o
65
65
obj-$(CONFIG_STM32_ADC_CORE) += stm32-adc-core.o
66
66
obj-$(CONFIG_STM32_ADC) += stm32-adc.o
67
67
obj-$(CONFIG_STM32_DFSDM_CORE) += stm32-dfsdm-core.o
68
+ obj-$(CONFIG_STM32_DFSDM_ADC) += stm32-dfsdm-adc.o
68
69
obj-$(CONFIG_TI_ADC081C) += ti-adc081c.o
69
70
obj-$(CONFIG_TI_ADC0832) += ti-adc0832.o
70
71
obj-$(CONFIG_TI_ADC084S021) += ti-adc084s021.o
You can’t perform that action at this time.
0 commit comments