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

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

if HAVE_CCX_ZEN5
  menu "Compute Core Complex (CCX) Device"
    comment "                                                              "
    comment " The CCX device controls the quantity and operation of the    "
    comment " compute core in the system                                   "
    comment "                                                              "

    # conditional all elements since this IP device may or may not be included
    source "xUSL/CCX/Common/Kconfig"
    source "xUSL/CCX/Zen5/Kconfig"
  endmenu
endif
