summaryrefslogtreecommitdiff
path: root/configs/stm32mp15_basic_defconfig
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@st.com>2019-07-22 12:02:34 +0300
committerPatrick Delaunay <patrick.delaunay@st.com>2019-07-22 12:04:52 +0300
commit1f99eaff08f699472860c82480344e824a737d57 (patch)
treeec1576a1b56a62c8400c9934fc3f6a8965b55bd5 /configs/stm32mp15_basic_defconfig
parentfd7fe1bb8d7c881aa9c84522b7a09943a2430dd2 (diff)
downloadu-boot-1f99eaff08f699472860c82480344e824a737d57.tar.xz
rtc: Add rtc driver for stm32mp1
Add support of STM32MP1 rtc driver. Enable it for basic and trusted configurations. Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
Diffstat (limited to 'configs/stm32mp15_basic_defconfig')
-rw-r--r--configs/stm32mp15_basic_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/stm32mp15_basic_defconfig b/configs/stm32mp15_basic_defconfig
index 9170e8e839..27b8525fa2 100644
--- a/configs/stm32mp15_basic_defconfig
+++ b/configs/stm32mp15_basic_defconfig
@@ -102,6 +102,8 @@ CONFIG_DM_REGULATOR_GPIO=y
CONFIG_DM_REGULATOR_STM32_VREFBUF=y
CONFIG_DM_REGULATOR_STPMIC1=y
CONFIG_REMOTEPROC_STM32_COPRO=y
+CONFIG_DM_RTC=y
+CONFIG_RTC_STM32=y
CONFIG_SERIAL_RX_BUFFER=y
CONFIG_STM32_SERIAL=y
CONFIG_SPI=y