Explorar o código

[BSP][STM32F107]Update Kconfig

ZYH %!s(int64=7) %!d(string=hai) anos
pai
achega
28125ab9df
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  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