Revert "arch/arm/src/stm32, stm32f7, stm32l4 Kconfig files: The option to select the STM32 RTC should not be available if the external RTC option is selected."

While this is a good idea and a proper thing to do, it also creates a circular dependency and errors during configuration.  RTC depends on STM32_RTC which depends on RTC_EXTERNAL with depends on RTC.  No can do.

This reverts commit 714e8c1f9e.
This commit is contained in:
Gregory Nutt 2018-08-08 12:51:40 -06:00
parent 714e8c1f9e
commit 5433c9f6d1
3 changed files with 0 additions and 3 deletions

View file

@ -2488,7 +2488,6 @@ config STM32_RTC
bool "RTC"
default n
select RTC
depends on !RTC_EXTERNAL
config STM32_USBHOST
bool

View file

@ -1426,7 +1426,6 @@ config STM32F7_RTC
bool "RTC"
default n
select RTC
depends on !RTC_EXTERNAL
config STM32F7_PWR
bool "PWR"

View file

@ -805,7 +805,6 @@ config STM32L4_RTC
bool "RTC"
default n
select RTC
depends on !RTC_EXTERNAL
config STM32L4_HAVE_SDMMC1
bool