summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/arm/src/stm32/Kconfig')
-rw-r--r--nuttx/arch/arm/src/stm32/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/nuttx/arch/arm/src/stm32/Kconfig b/nuttx/arch/arm/src/stm32/Kconfig
index d1b2fa41f..a6de361c5 100644
--- a/nuttx/arch/arm/src/stm32/Kconfig
+++ b/nuttx/arch/arm/src/stm32/Kconfig
@@ -3406,6 +3406,17 @@ config STM32_HAVE_RTC_SUBSECONDS
bool
default n
+config RTC_MAGIC_REG
+ int "The BKP register used to store/check the Magic value to determine if RTC is set already"
+ default 0
+ range 0 19
+ depends on RTC
+
+config RTC_MAGIC
+ hex "Value used as Magic to determine if RTC is set already"
+ default 0xfacefeee
+ depends on RTC
+
choice
prompt "RTC clock source"
default RTC_LSECLOCK