mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 01:21:26 +08:00
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.
This commit is contained in:
@@ -2488,6 +2488,7 @@ config STM32_RTC
|
|||||||
bool "RTC"
|
bool "RTC"
|
||||||
default n
|
default n
|
||||||
select RTC
|
select RTC
|
||||||
|
depends on !RTC_EXTERNAL
|
||||||
|
|
||||||
config STM32_USBHOST
|
config STM32_USBHOST
|
||||||
bool
|
bool
|
||||||
|
|||||||
@@ -1426,6 +1426,7 @@ config STM32F7_RTC
|
|||||||
bool "RTC"
|
bool "RTC"
|
||||||
default n
|
default n
|
||||||
select RTC
|
select RTC
|
||||||
|
depends on !RTC_EXTERNAL
|
||||||
|
|
||||||
config STM32F7_PWR
|
config STM32F7_PWR
|
||||||
bool "PWR"
|
bool "PWR"
|
||||||
|
|||||||
@@ -805,6 +805,7 @@ config STM32L4_RTC
|
|||||||
bool "RTC"
|
bool "RTC"
|
||||||
default n
|
default n
|
||||||
select RTC
|
select RTC
|
||||||
|
depends on !RTC_EXTERNAL
|
||||||
|
|
||||||
config STM32L4_HAVE_SDMMC1
|
config STM32L4_HAVE_SDMMC1
|
||||||
bool
|
bool
|
||||||
|
|||||||
Reference in New Issue
Block a user