menu "RT-Thread rockchip rv1126 drivers"

menu "Enable UART"
    config RT_USING_UART
        bool "Enable UART"
        default y

    if RT_USING_UART
    config RT_USING_UART2
        bool "Enable UART2"
        default y
    endif
endmenu

endmenu

