AGESA boards: Drop comments about `IDS_DEBUG_PORT`
[coreboot.git] / src / mainboard / msi / ms7721 / OptionsIds.h
blob690f7022afa8a9ae8e84bb4f5d2bed14eb600dce
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 /**
4 * @file
6 * IDS Option File
8 * This file is used to switch on/off IDS features.
11 #ifndef _OPTION_IDS_H_
12 #define _OPTION_IDS_H_
14 /**
16 * This file generates the defaults tables for the Integrated Debug Support
17 * Module. The documented build options are imported from a user controlled
18 * file for processing. The build options for the Integrated Debug Support
19 * Module are listed below:
21 * IDSOPT_IDS_ENABLED
22 * IDSOPT_ERROR_TRAP_ENABLED
23 * IDSOPT_CONTROL_ENABLED
24 * IDSOPT_TRACING_ENABLED
25 * IDSOPT_PERF_ANALYSIS
26 * IDSOPT_ASSERT_ENABLED
27 * IDSOPT_CAR_CORRUPTION_CHECK_ENABLED
29 **/
31 //#define IDSOPT_IDS_ENABLED TRUE
32 //#define IDSOPT_CONTROL_ENABLED TRUE
33 #define IDSOPT_TRACING_ENABLED TRUE
34 #define IDSOPT_TRACING_CONSOLE_SERIALPORT TRUE
35 //#define IDSOPT_PERF_ANALYSIS TRUE
36 #define IDSOPT_ASSERT_ENABLED TRUE
38 #endif