From 3603960d4d8836b1995edfad880d9b1471c10de1 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Thu, 15 Oct 2020 13:52:20 +0200 Subject: sec/intel/txt/Kconfig: Remove the menu for including ACMs This is consistent with how other binaries (e.g. FSP) are added via Kconfig. This also makes it more visible that things need to be configured. Change-Id: I399de6270cc4c0ab3b8c8a9543aec0d68d3cfc03 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/46455 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/security/intel/txt/Kconfig | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/security') diff --git a/src/security/intel/txt/Kconfig b/src/security/intel/txt/Kconfig index d3ef2a64db..80be7c29e9 100644 --- a/src/security/intel/txt/Kconfig +++ b/src/security/intel/txt/Kconfig @@ -13,8 +13,6 @@ config INTEL_TXT if INTEL_TXT -menu "Intel" - config INTEL_TXT_BIOSACM_FILE string "BIOS ACM file" default "3rdparty/blobs/soc/intel/skylake/biosacm.bin" if SOC_INTEL_COMMON_SKYLAKE_BASE @@ -71,6 +69,4 @@ config INTEL_TXT_CBFS_SINIT_ACM string default "txt_sinit_acm.bin" -endmenu # Intel - endif -- cgit v1.2.3