summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2020-10-15 13:52:20 +0200
committerAngel Pons <th3fanbus@gmail.com>2020-11-08 17:20:42 +0000
commit1c7b526de11924b36bf86f305f419830349774b9 (patch)
treed398b653af2932547701a3dba20107272169e967
parent76b81ff4c7bc880cb010cd849720e25c1a3124f7 (diff)
downloadcoreboot-1c7b526de11924b36bf86f305f419830349774b9.tar.gz
coreboot-1c7b526de11924b36bf86f305f419830349774b9.tar.bz2
coreboot-1c7b526de11924b36bf86f305f419830349774b9.zip
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 <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45003 Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/security/intel/txt/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/security/intel/txt/Kconfig b/src/security/intel/txt/Kconfig
index d828a9de13ee..049705fc6c76 100644
--- a/src/security/intel/txt/Kconfig
+++ b/src/security/intel/txt/Kconfig
@@ -26,8 +26,6 @@ config INTEL_TXT
if INTEL_TXT
-menu "Intel"
-
config INTEL_TXT_BIOSACM_FILE
string "BIOS ACM file"
default "3rdparty/blobs/soc/intel/fsp_broadwell_de/biosacm.bin" if SOC_INTEL_FSP_BROADWELL_DE
@@ -71,6 +69,4 @@ config INTEL_TXT_CBFS_SINIT_ACM
string
default "txt_sinit_acm.bin"
-endmenu # Intel
-
endif