From 02d9c85e75aabfe46dbe8cce33190b98c17446ea Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Sun, 9 May 2021 15:07:18 +0200 Subject: AGESA f15tn: Hook up IDS options to Kconfig IDS (Integrated Debug Services) options are meant to be enabled when one wants to debug AGESA. Since they are compile-time options, using Kconfig is the logical choice. Currently, none of the options builds. Tested with BUILD_TIMELESS=1 without adding the configuration options into the binary, and Asus A88XM-E does not change. Change-Id: I465627c19c9856e58ca94aa0efedbddb6baaf3f6 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/53985 Tested-by: build bot (Jenkins) Reviewed-by: David Hendricks --- src/cpu/amd/agesa/family15tn/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cpu/amd') diff --git a/src/cpu/amd/agesa/family15tn/Kconfig b/src/cpu/amd/agesa/family15tn/Kconfig index 70f71ed946..8c52e9a9b6 100644 --- a/src/cpu/amd/agesa/family15tn/Kconfig +++ b/src/cpu/amd/agesa/family15tn/Kconfig @@ -2,6 +2,7 @@ config CPU_AMD_AGESA_FAMILY15_TN bool + select IDS_OPTIONS_HOOKED_UP select X86_AMD_FIXED_MTRRS if CPU_AMD_AGESA_FAMILY15_TN -- cgit v1.2.3