menu "RT-Thread rockchip rk3568 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

