diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2020-10-15 13:52:20 +0200 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2020-10-28 12:55:43 +0000 |
commit | 3603960d4d8836b1995edfad880d9b1471c10de1 (patch) | |
tree | bb5e404ead98e76aee49bb5b81ae8f3324bbc0cc /src/security | |
parent | ccb1119738ed6b9d922f051faa0162b545e31f7b (diff) |
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/+/46455
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/security')
-rw-r--r-- | src/security/intel/txt/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
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 |