[bsp][stm32] remove useless configuration
This commit is contained in:
parent
c1ce319f93
commit
0032fff1d2
|
@ -44,7 +44,7 @@ menu "On-chip Peripheral Drivers"
|
||||||
bool "Enable SPI1 TX DMA"
|
bool "Enable SPI1 TX DMA"
|
||||||
depends on BSP_USING_SPI1
|
depends on BSP_USING_SPI1
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config BSP_SPI1_RX_USING_DMA
|
config BSP_SPI1_RX_USING_DMA
|
||||||
bool "Enable SPI1 RX DMA"
|
bool "Enable SPI1 RX DMA"
|
||||||
depends on BSP_USING_SPI1
|
depends on BSP_USING_SPI1
|
||||||
|
|
|
@ -73,21 +73,6 @@ menu "On-chip Peripheral Drivers"
|
||||||
depends on BSP_USING_UART3 && RT_SERIAL_USING_DMA
|
depends on BSP_USING_UART3 && RT_SERIAL_USING_DMA
|
||||||
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"
|
||||||
|
|
Loading…
Reference in New Issue