STM32 RTC: Add Kconfig options needed with the preceding commit

This commit is contained in:
Gregory Nutt
2015-01-02 06:45:45 -06:00
parent 5e0571f5a8
commit 00f414d11b
+22
View File
@@ -3238,6 +3238,28 @@ config SDIO_WIDTH_D1_ONLY
endmenu
choice
prompt "RTC clock source"
default RTC_LSECLOCK
depends on RTC
config RTC_LSECLOCK
bool "LSE clock"
---help---
Drive the RTC with the LSE clock
config RTC_LSICLOCK
bool "LSI clock"
---help---
Drive the RTC with the LSI clock
config RTC_HSECLOCK
bool "HSE clock"
---help---
Drive the RTC with the HSE clock, divided down to 1MHz.
endchoice
if STM32_ETHMAC
menu "Ethernet MAC configuration"