소스 검색

Merge pull request #1725 from uestczyh222/kconfig

[BSP][STM32F107]Update Kconfig
Bernard Xiong 6 년 전
부모
커밋
3bfb9eec25
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      bsp/stm32f107/drivers/Kconfig

+ 10 - 0
bsp/stm32f107/drivers/Kconfig

@@ -9,3 +9,13 @@ config RT_USING_UART2
 config RT_USING_UART3
     bool "Enable UART3 (PC10/11)"
     default n
+
+config BSP_USING_RTC
+    bool "Enable RTC"
+    select RT_USING_RTC
+    default n
+
+config BSP_USING_PIN
+    bool "Enable PIN device for GPIO"
+    select RT_USING_PIN
+    default y