[BSP][STM32F107]Update Kconfig
This commit is contained in:
parent
09375e8a96
commit
28125ab9df
|
@ -9,3 +9,13 @@ config RT_USING_UART2
|
||||||
config RT_USING_UART3
|
config RT_USING_UART3
|
||||||
bool "Enable UART3 (PC10/11)"
|
bool "Enable UART3 (PC10/11)"
|
||||||
default n
|
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
|
||||||
|
|
Loading…
Reference in New Issue