Skip to content

Commit 858813a

Browse files
zhangjing0303mysterywolf
authored andcommitted
[bsp][qemu-virt64-riscv]:remove the redundant UART1 configuration from the Kconfig
1 parent 0d2c84d commit 858813a

File tree

1 file changed

+0
-11
lines changed
  • bsp/qemu-virt64-riscv/driver

1 file changed

+0
-11
lines changed

bsp/qemu-virt64-riscv/driver/Kconfig

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,4 @@ config BSP_USING_VIRTIO_INPUT
3434
default y
3535
depends on RT_USING_VIRTIO
3636

37-
menuconfig BSP_USING_UART1
38-
bool "Enable UART1"
39-
default n
40-
if BSP_USING_UART1
41-
config BSP_UART1_TXD_PIN
42-
int "uart1 TXD pin number"
43-
default 20
44-
config BSP_UART1_RXD_PIN
45-
int "uart1 RXD pin number"
46-
default 21
47-
endif
4837
endmenu

0 commit comments

Comments
 (0)