forked from ArthurHeymans/openSIL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Kconfig
29 lines (23 loc) · 984 Bytes
/
Kconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Config for openSIL
# Copyright 2022-2023 Advanced Micro Devices, Inc. All rights reserved.
# SPDX-License-Identifier: MIT
#
# top level - selecting the Platform settings, SoC(s) to be included
# and IP device settings
# Nomemclature:
# * All config elements will be prefixed with "CONFIG_" by Kconfig
# * Elements with names that start with "HAVE_" are code inclusion control
# elements. These will be used in the Meson build files to select which
# code modules will be included.
#
mainmenu "AMD openSIL project"
comment " "
comment " AMD open Silicon Initialization Library "
comment " "
source "Kconfig.Plat"
source "Kconfig.SoC"
source "Kconfig.IP"
## Special selection for including the Example (XMP) device
config HAVE_EXAMPLE
bool "Do you want to include the Example (XMP) Device?"
default n