diff options
author | Amelie Delaunay <amelie.delaunay@st.com> | 2017-01-05 14:43:00 +0100 |
---|---|---|
committer | Alexandre TORGUE <alexandre.torgue@st.com> | 2017-01-16 14:39:49 +0100 |
commit | 770e96f30cc2e4a363dd8fae2e9028173b1f2af1 (patch) | |
tree | f86ceabd8196e1952012bdd43542d220caf0df7b /arch/arm/configs | |
parent | e297b7343d04afc78329915348d00e1028d8c193 (diff) | |
download | op-kernel-dev-770e96f30cc2e4a363dd8fae2e9028173b1f2af1.zip op-kernel-dev-770e96f30cc2e4a363dd8fae2e9028173b1f2af1.tar.gz |
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')
-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 8c27c9e..a9d8e3c 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 |