arch/arm/src/stm32, stm32f7, stm32l4, and related defconfig files: The STM32 RTC driver was being selected by the global CONFIG_RTC option. That is in correct. For example, if you want to disabled the STM32 RTC and use an external RTC you cannot because the external RTC also depends on the global CONFIG_RTC. The solution is to add a new CONFIG_STM32xx_RTC configuration option the permits to you select or deselect the STM32 RTC but still be able to selecte the external RTC.

This commit is contained in:
Gregory Nutt
2018-08-08 12:42:04 -06:00
parent cd897d71d8
commit 8d68d9ca43
45 changed files with 108 additions and 95 deletions
+2 -1
View File
@@ -1706,7 +1706,8 @@ nuttx/
| |
| |- arm/
| | `- src
| | `- lpc214x/README.txt
| | |- lpc214x/README.txt
| | `- stm32l4/README.txt
| |- renesas/
| | |- include/
| | | `-README.txt