[bsp][qemu-virt64-riscv]:remove the redundant UART1 configuration from the Kconfig

This commit is contained in:
zhangjing 2024-11-20 14:57:45 +08:00 committed by Meco Man
parent 0d2c84d89f
commit 858813a081
1 changed files with 0 additions and 11 deletions

View File

@ -34,15 +34,4 @@ config BSP_USING_VIRTIO_INPUT
default y
depends on RT_USING_VIRTIO
menuconfig BSP_USING_UART1
bool "Enable UART1"
default n
if BSP_USING_UART1
config BSP_UART1_TXD_PIN
int "uart1 TXD pin number"
default 20
config BSP_UART1_RXD_PIN
int "uart1 RXD pin number"
default 21
endif
endmenu