summaryrefslogtreecommitdiff
path: root/arch/arm/configs/stm32_defconfig
diff options
context:
space:
mode:
authorAmelie Delaunay <amelie.delaunay@st.com>2017-01-05 14:43:00 +0100
committerAlexandre TORGUE <alexandre.torgue@st.com>2017-01-16 14:39:49 +0100
commit770e96f30cc2e4a363dd8fae2e9028173b1f2af1 (patch)
treef86ceabd8196e1952012bdd43542d220caf0df7b /arch/arm/configs/stm32_defconfig
parente297b7343d04afc78329915348d00e1028d8c193 (diff)
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_defconfig2
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