[imxrt1170]add rtc Kconfig (#6370)

This commit is contained in:
xiao xie 2022-09-05 19:39:10 +08:00 committed by GitHub
parent e2368bf7f3
commit 20c4798239
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,11 @@ menu "On-chip Peripheral Drivers"
select RT_USING_PIN
default y
config BSP_USING_RTC
bool "Enable RTC"
select RT_USING_RTC
default n
menuconfig BSP_USING_LPUART
bool "Enable UART"
select RT_USING_SERIAL