[bsp][stm32] remove useless configuration

This commit is contained in:
SummerGift 2019-01-08 18:15:59 +08:00
parent c1ce319f93
commit 0032fff1d2
2 changed files with 1 additions and 16 deletions

View File

@ -74,21 +74,6 @@ menu "On-chip Peripheral Drivers"
default n
endif
config BSP_USING_UART1
bool "Enable UART1"
select RT_USING_SERIAL
default y
config BSP_USING_UART2
bool "Enable UART2"
select RT_USING_SERIAL
default n
config BSP_USING_UART3
bool "Enable UART3"
select RT_USING_SERIAL
default n
menuconfig BSP_USING_TIM
bool "Enable timer"
default n