menuconfig AX_MSP_ENABLED
    bool "Enable ax_msp support"
    default n
    help
        enable axera bsp support

    choice
        prompt "choice board"
        default AX_620E_MSP_ENABLED
        depends on AX_MSP_ENABLED
    config AX_620E_MSP_ENABLED
        bool "enable ax620e bsp"
        help
            build by AXERA!
    config AX_520_MSP_ENABLED
        bool "enable ax520 bsp"
        help
            build by AXERA!
    endchoice