4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-18 15:53:32 +08:00

Merge pull request #1725 from uestczyh222/kconfig

[BSP][STM32F107]Update Kconfig
This commit is contained in:
Bernard Xiong 2018-08-18 12:02:22 +08:00 committed by GitHub
commit 3bfb9eec25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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