[bsp][stm32] Sync kconfig

This commit is contained in:
SummerGift 2018-12-20 14:52:32 +08:00
parent 63dbe79912
commit d5c7d8d41f
7 changed files with 0 additions and 28 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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