diff options
author | Fabrice GASNIER <fabrice.gasnier@st.com> | 2016-12-02 08:57:00 -0500 |
---|---|---|
committer | Alexandre TORGUE <alexandre.torgue@st.com> | 2017-01-09 08:33:31 -0500 |
commit | e297b7343d04afc78329915348d00e1028d8c193 (patch) | |
tree | 00bceadb39d37365bbd1a788bc68962e380db3e5 | |
parent | 7ce7d89f48834cefece7804d38fc5d85382edf77 (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_defconfig | 5 |
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 | |||
48 | CONFIG_SERIAL_STM32_CONSOLE=y | 48 | CONFIG_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 |
51 | CONFIG_REGULATOR=y | ||
52 | CONFIG_REGULATOR_FIXED_VOLTAGE=y | ||
51 | # CONFIG_USB_SUPPORT is not set | 53 | # CONFIG_USB_SUPPORT is not set |
52 | CONFIG_NEW_LEDS=y | 54 | CONFIG_NEW_LEDS=y |
53 | CONFIG_LEDS_CLASS=y | 55 | CONFIG_LEDS_CLASS=y |
@@ -56,6 +58,9 @@ CONFIG_LEDS_TRIGGERS=y | |||
56 | CONFIG_LEDS_TRIGGER_HEARTBEAT=y | 58 | CONFIG_LEDS_TRIGGER_HEARTBEAT=y |
57 | CONFIG_DMADEVICES=y | 59 | CONFIG_DMADEVICES=y |
58 | CONFIG_STM32_DMA=y | 60 | CONFIG_STM32_DMA=y |
61 | CONFIG_IIO=y | ||
62 | CONFIG_STM32_ADC_CORE=y | ||
63 | CONFIG_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 |