소스 검색

[imxrt1170]add rtc Kconfig (#6370)

xiao xie 2 년 전
부모
커밋
20c4798239
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      bsp/imxrt/imxrt1170-nxp-evk/board/Kconfig

+ 5 - 0
bsp/imxrt/imxrt1170-nxp-evk/board/Kconfig

@@ -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