aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabrice GASNIER <fabrice.gasnier@st.com>2016-12-02 08:57:00 -0500
committerAlexandre TORGUE <alexandre.torgue@st.com>2017-01-09 08:33:31 -0500
commite297b7343d04afc78329915348d00e1028d8c193 (patch)
tree00bceadb39d37365bbd1a788bc68962e380db3e5
parent7ce7d89f48834cefece7804d38fc5d85382edf77 (diff)
ARM: configs: stm32: enable ADC driver
ADC driver depends on REGULATOR and IIO that are not yet selected. Current hardware boards (like stm32f429i-eval) is using fixed regulators. Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com> Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
-rw-r--r--arch/arm/configs/stm32_defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/configs/stm32_defconfig b/arch/arm/configs/stm32_defconfig
index 5a72d694662f..8c27c9e11e7a 100644
--- a/arch/arm/configs/stm32_defconfig
+++ b/arch/arm/configs/stm32_defconfig
@@ -48,6 +48,8 @@ CONFIG_SERIAL_STM32=y
48CONFIG_SERIAL_STM32_CONSOLE=y 48CONFIG_SERIAL_STM32_CONSOLE=y
49# CONFIG_HW_RANDOM is not set 49# CONFIG_HW_RANDOM is not set
50# CONFIG_HWMON is not set 50# CONFIG_HWMON is not set
51CONFIG_REGULATOR=y
52CONFIG_REGULATOR_FIXED_VOLTAGE=y
51# CONFIG_USB_SUPPORT is not set 53# CONFIG_USB_SUPPORT is not set
52CONFIG_NEW_LEDS=y 54CONFIG_NEW_LEDS=y
53CONFIG_LEDS_CLASS=y 55CONFIG_LEDS_CLASS=y
@@ -56,6 +58,9 @@ CONFIG_LEDS_TRIGGERS=y
56CONFIG_LEDS_TRIGGER_HEARTBEAT=y 58CONFIG_LEDS_TRIGGER_HEARTBEAT=y
57CONFIG_DMADEVICES=y 59CONFIG_DMADEVICES=y
58CONFIG_STM32_DMA=y 60CONFIG_STM32_DMA=y
61CONFIG_IIO=y
62CONFIG_STM32_ADC_CORE=y
63CONFIG_STM32_ADC=y
59# CONFIG_FILE_LOCKING is not set 64# CONFIG_FILE_LOCKING is not set
60# CONFIG_DNOTIFY is not set 65# CONFIG_DNOTIFY is not set
61# CONFIG_INOTIFY_USER is not set 66# CONFIG_INOTIFY_USER is not set