Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1508424 > unrolled thread

[PATCH 07/10] ARM: configs: stm32: enable IIO ADC driver

Started byFabrice Gasnier <fabrice.gasnier@st.com>
First post2016-10-25 18:30 +0200
Last post2016-10-25 18:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 07/10] ARM: configs: stm32: enable IIO ADC driver Fabrice Gasnier <fabrice.gasnier@st.com> - 2016-10-25 18:30 +0200

#1508424 — [PATCH 07/10] ARM: configs: stm32: enable IIO ADC driver

FromFabrice Gasnier <fabrice.gasnier@st.com>
Date2016-10-25 18:30 +0200
Subject[PATCH 07/10] ARM: configs: stm32: enable IIO ADC driver
Message-ID<swcLU-83d-25@gated-at.bofh.it>
Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
---
 arch/arm/configs/stm32_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/stm32_defconfig b/arch/arm/configs/stm32_defconfig
index 1e5ec2a..5a5f50c 100644
--- a/arch/arm/configs/stm32_defconfig
+++ b/arch/arm/configs/stm32_defconfig
@@ -57,6 +57,8 @@ CONFIG_LEDS_TRIGGERS=y
 CONFIG_LEDS_TRIGGER_HEARTBEAT=y
 CONFIG_DMADEVICES=y
 CONFIG_STM32_DMA=y
+CONFIG_IIO=y
+CONFIG_STM32F4_ADC=y
 # CONFIG_FILE_LOCKING is not set
 # CONFIG_DNOTIFY is not set
 # CONFIG_INOTIFY_USER is not set
-- 
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web