We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d2c84d commit 858813aCopy full SHA for 858813a
bsp/qemu-virt64-riscv/driver/Kconfig
@@ -34,15 +34,4 @@ config BSP_USING_VIRTIO_INPUT
34
default y
35
depends on RT_USING_VIRTIO
36
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
48
endmenu
0 commit comments