# Copyright 2024 Morse Micro
# SPDX-License-Identifier: Apache-2.0
menu "Morse Micro Packet Memory Configuration"
    config MMPKTMEM_TX_POOL_N_BLOCKS
        int "TX queue blocks"
        default 20
        help
            Number of blocks allocated for the transmit queue

    config MMPKTMEM_RX_POOL_N_BLOCKS
        int "RX queue blocks"
        default 23
        help
            Number of blocks allocated for the receive queue
endmenu
