Skip to content

Commit 96fcf5d

Browse files
committed
[bsp][stm32] update templates Kconfig
1 parent 8f9c72b commit 96fcf5d

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

bsp/stm32/libraries/templates/stm32f10x/board/Kconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ menu "On-chip Peripheral Drivers"
2121
select RT_USING_SERIAL
2222
default y
2323

24-
config BSP_UART_USING_DMA_RX
25-
bool "Enable UART RX DMA support"
26-
default n
27-
2824
config BSP_USING_SPI1
2925
bool "Enable SPI1 BUS"
3026
select RT_USING_SPI

bsp/stm32/libraries/templates/stm32f4xx/board/Kconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ menu "On-chip Peripheral Drivers"
2121
select RT_USING_SERIAL
2222
default y
2323

24-
config BSP_UART_USING_DMA_RX
25-
bool "Enable UART RX DMA support"
26-
default n
27-
2824
config BSP_USING_SPI1
2925
bool "Enable SPI1 BUS"
3026
select RT_USING_SPI

bsp/stm32/libraries/templates/stm32l4xx/board/Kconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ menu "On-chip Peripheral Drivers"
2121
select RT_USING_SERIAL
2222
default y
2323

24-
config BSP_UART_USING_DMA_RX
25-
bool "Enable UART RX DMA support"
26-
default n
27-
2824
config BSP_USING_SPI1
2925
bool "Enable SPI1 BUS"
3026
select RT_USING_SPI

0 commit comments

Comments
 (0)