diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2019-07-22 11:02:34 +0200 |
---|---|---|
committer | Patrick Delaunay <patrick.delaunay@st.com> | 2019-07-22 11:04:52 +0200 |
commit | 1f99eaff08f699472860c82480344e824a737d57 (patch) | |
tree | ec1576a1b56a62c8400c9934fc3f6a8965b55bd5 /configs/stm32mp15_trusted_defconfig | |
parent | fd7fe1bb8d7c881aa9c84522b7a09943a2430dd2 (diff) |
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_trusted_defconfig')
-rw-r--r-- | configs/stm32mp15_trusted_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/stm32mp15_trusted_defconfig b/configs/stm32mp15_trusted_defconfig index 35ca696511..844cbcd076 100644 --- a/configs/stm32mp15_trusted_defconfig +++ b/configs/stm32mp15_trusted_defconfig @@ -88,6 +88,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 |