1menu "Hardware Drivers Config"
2
3    menu "On-chip Peripheral Drivers"
4
5        menu "UART Drivers"
6            config BSP_USING_UART1
7                bool "Enable UART1 PA9/10(T/R)"
8                select RT_USING_SERIAL
9                default n
10
11            config BSP_USING_UART2
12                bool "Enable UART2 PA2/3(T/R)"
13                select RT_USING_SERIAL
14                default y
15        endmenu
16    endmenu
17
18endmenu
19