# SPDX-License-Identifier: MIT
# Copyright (C) 2022 - 2025 Advanced Micro Devices, Inc. All rights reserved.
# Config for  xUSL/MPIO
#
#

# Kconfig vars used for display control. One for each version.
# These are used in the \konfig.ip file for selecting IP versions.
config HAVE_MPIO_RS
    bool

config HAVE_MPIO_BRH
    bool

# conditional all elements since this IP device may or may not be included
if HAVE_MPIO_BRH
    menu "MultiPath Input Output (MPIO)"
        comment "                                                  "
        comment "The MPIO IP controls the microprocessor for NBIO  "
        comment "firmware/management                               "
        comment "                                                  "
        source "xUSL/Mpio/Common/Kconfig"
    endmenu
endif
