diff options
author | Amelie Delaunay <amelie.delaunay@st.com> | 2017-01-05 16:43:00 +0300 |
---|---|---|
committer | Alexandre TORGUE <alexandre.torgue@st.com> | 2017-01-16 16:39:49 +0300 |
commit | 770e96f30cc2e4a363dd8fae2e9028173b1f2af1 (patch) | |
tree | f86ceabd8196e1952012bdd43542d220caf0df7b /arch/arm/configs/stm32_defconfig | |
parent | e297b7343d04afc78329915348d00e1028d8c193 (diff) | |
download | linux-770e96f30cc2e4a363dd8fae2e9028173b1f2af1.tar.xz |
ARM: configs: stm32: Add RTC support in STM32 defconfig
This patch adds STM32 RTC support in stm32_defconfig file.
Signed-off-by: Amelie Delaunay <amelie.delaunay@st.com>
Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
Diffstat (limited to 'arch/arm/configs/stm32_defconfig')
-rw-r--r-- | arch/arm/configs/stm32_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/stm32_defconfig b/arch/arm/configs/stm32_defconfig index 8c27c9e11e7a..a9d8e3c9b487 100644 --- a/arch/arm/configs/stm32_defconfig +++ b/arch/arm/configs/stm32_defconfig @@ -56,6 +56,8 @@ CONFIG_LEDS_CLASS=y CONFIG_LEDS_GPIO=y CONFIG_LEDS_TRIGGERS=y CONFIG_LEDS_TRIGGER_HEARTBEAT=y +CONFIG_RTC_CLASS=y +CONFIG_RTC_DRV_STM32=y CONFIG_DMADEVICES=y CONFIG_STM32_DMA=y CONFIG_IIO=y |