1 ## SPDX-License-Identifier: GPL-2.0-only
5 config OPENSIL_DEBUG_OUTPUT
6 bool "OpenSIL console output"
9 Select this if you want OpenSIL debug messages compiled
12 if OPENSIL_DEBUG_OUTPUT
14 config OPENSIL_DEBUG_PREFIX
15 bool "Print the openSIL prefix"
18 This prints the function name and line level in front of the
21 config OPENSIL_DEBUG_APOB
22 bool "Enable APOB messages"
25 Enable printing APOB related messages.
27 config OPENSIL_DEBUG_NBIO
28 bool "Enable NBIO messages"
31 Enable printing NBIO related messages.
33 config OPENSIL_DEBUG_CCX
34 bool "Enable CCX messages"
37 Enable printing CCX related messages.
39 config OPENSIL_DEBUG_SMU
40 bool "Enable SMU messages"
43 Enable printing SMU related messages.
45 config OPENSIL_DEBUG_DF
46 bool "Enable DF messages"
49 Enable printing DF related messages.
51 config OPENSIL_DEBUG_MEM
52 bool "Enable MEM messages"
55 Enable printing MEM related messages.
57 config OPENSIL_DEBUG_FCH
58 bool "Enable FCH messages"
61 Enable printing FCH related messages.
63 config OPENSIL_DEBUG_RAS
64 bool "Enable RAS messages"
67 Enable printing RAS related messages.
69 endif # OPENSIL_DEBUG_OUTPUT
71 endif # SOC_AMD_OPENSIL