[bsp][stm32] remove useless configuration
This commit is contained in:
parent
c1ce319f93
commit
0032fff1d2
|
@ -74,21 +74,6 @@ menu "On-chip Peripheral Drivers"
|
||||||
default n
|
default n
|
||||||
endif
|
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
|
menuconfig BSP_USING_TIM
|
||||||
bool "Enable timer"
|
bool "Enable timer"
|
||||||
default n
|
default n
|
||||||
|
|
Loading…
Reference in New Issue