[bsp][stm32] Sync kconfig
This commit is contained in:
parent
63dbe79912
commit
d5c7d8d41f
|
@ -21,10 +21,6 @@ menu "On-chip Peripheral Drivers"
|
|||
select RT_USING_SERIAL
|
||||
default y
|
||||
|
||||
config BSP_UART_USING_DMA_RX
|
||||
bool "Enable UART RX DMA support"
|
||||
default n
|
||||
|
||||
config BSP_USING_SPI1
|
||||
bool "Enable SPI1 BUS"
|
||||
select RT_USING_SPI
|
||||
|
|
|
@ -54,10 +54,6 @@ menu "On-chip Peripheral Drivers"
|
|||
select RT_USING_SERIAL
|
||||
default n
|
||||
|
||||
config BSP_UART_USING_DMA_RX
|
||||
bool "Enable UART RX DMA support"
|
||||
default n
|
||||
|
||||
menuconfig BSP_USING_TIM
|
||||
bool "Enable timer"
|
||||
default n
|
||||
|
|
|
@ -103,10 +103,6 @@ menu "On-chip Peripheral Drivers"
|
|||
bool "Enable UART3"
|
||||
select RT_USING_SERIAL
|
||||
default n
|
||||
|
||||
config BSP_UART_USING_DMA_RX
|
||||
bool "Enable UART RX DMA support"
|
||||
default n
|
||||
|
||||
config BSP_USING_ON_CHIP_FLASH
|
||||
bool "Enable on-chip FLASH"
|
||||
|
|
|
@ -118,10 +118,6 @@ menu "On-chip Peripheral Drivers"
|
|||
bool "Enable on-chip FLASH"
|
||||
default n
|
||||
|
||||
config BSP_UART_USING_DMA_RX
|
||||
bool "Enable UART RX DMA support"
|
||||
default n
|
||||
|
||||
config BSP_USING_SPI1
|
||||
bool "Enable SPI1 BUS"
|
||||
select RT_USING_SPI
|
||||
|
|
|
@ -82,10 +82,6 @@ menu "On-chip Peripheral Drivers"
|
|||
select RT_USING_SERIAL
|
||||
default n
|
||||
|
||||
config BSP_UART_USING_DMA_RX
|
||||
bool "Enable UART RX DMA support"
|
||||
default y
|
||||
|
||||
config BSP_USING_ON_CHIP_FLASH
|
||||
bool "Enable on-chip FLASH"
|
||||
default n
|
||||
|
|
|
@ -92,10 +92,6 @@ menu "On-chip Peripheral Drivers"
|
|||
select RT_USING_SERIAL
|
||||
default n
|
||||
|
||||
config BSP_UART_USING_DMA_RX
|
||||
bool "Enable UART RX DMA support"
|
||||
default n
|
||||
|
||||
config BSP_USING_ON_CHIP_FLASH
|
||||
bool "Enable on-chip FLASH"
|
||||
default n
|
||||
|
|
|
@ -46,10 +46,6 @@ menu "On-chip Peripheral Drivers"
|
|||
bool "Enable UART2"
|
||||
select RT_USING_SERIAL
|
||||
default n
|
||||
|
||||
config BSP_UART_USING_DMA_RX
|
||||
bool "Enable UART RX DMA support"
|
||||
default n
|
||||
|
||||
config BSP_USING_ON_CHIP_FLASH
|
||||
bool "Enable on-chip FLASH"
|
||||
|
|
Loading…
Reference in New Issue