Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1522851
| From | Fabrice Gasnier <fabrice.gasnier@st.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 4/6] ARM: configs: stm32: enable ADC driver |
| Date | 2016-11-15 16:40 +0100 |
| Message-ID | <sDO03-6JS-63@gated-at.bofh.it> (permalink) |
| References | <sDO01-6JS-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com> --- arch/arm/configs/stm32_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/configs/stm32_defconfig b/arch/arm/configs/stm32_defconfig index 1e5ec2a..5d241e0 100644 --- a/arch/arm/configs/stm32_defconfig +++ b/arch/arm/configs/stm32_defconfig @@ -57,6 +57,9 @@ CONFIG_LEDS_TRIGGERS=y CONFIG_LEDS_TRIGGER_HEARTBEAT=y CONFIG_DMADEVICES=y CONFIG_STM32_DMA=y +CONFIG_IIO=y +CONFIG_STM32_ADC_CORE=y +CONFIG_STM32_ADC=y # CONFIG_FILE_LOCKING is not set # CONFIG_DNOTIFY is not set # CONFIG_INOTIFY_USER is not set -- 1.9.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v3 0/6] Add support for STM32 ADC Fabrice Gasnier <fabrice.gasnier@st.com> - 2016-11-15 16:40 +0100
[PATCH v3 6/6] ARM: dts: stm32f429: enable adc on eval board Fabrice Gasnier <fabrice.gasnier@st.com> - 2016-11-15 16:40 +0100
[PATCH v3 5/6] ARM: dts: stm32f429: Add adc support Fabrice Gasnier <fabrice.gasnier@st.com> - 2016-11-15 16:40 +0100
[PATCH v3 3/6] iio: adc: Add support for STM32 ADC Fabrice Gasnier <fabrice.gasnier@st.com> - 2016-11-15 16:40 +0100
Re: [PATCH v3 3/6] iio: adc: Add support for STM32 ADC Jonathan Cameron <jic23@kernel.org> - 2016-11-19 13:20 +0100
[PATCH v3 4/6] ARM: configs: stm32: enable ADC driver Fabrice Gasnier <fabrice.gasnier@st.com> - 2016-11-15 16:40 +0100
Re: [PATCH v3 4/6] ARM: configs: stm32: enable ADC driver Jonathan Cameron <jic23@kernel.org> - 2016-11-19 13:30 +0100
csiph-web