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>
This commit is contained in:
parent
76b81ff4c7
commit
1c7b526de1
|
@ -26,8 +26,6 @@ config INTEL_TXT
|
||||||
|
|
||||||
if INTEL_TXT
|
if INTEL_TXT
|
||||||
|
|
||||||
menu "Intel"
|
|
||||||
|
|
||||||
config INTEL_TXT_BIOSACM_FILE
|
config INTEL_TXT_BIOSACM_FILE
|
||||||
string "BIOS ACM file"
|
string "BIOS ACM file"
|
||||||
default "3rdparty/blobs/soc/intel/fsp_broadwell_de/biosacm.bin" if SOC_INTEL_FSP_BROADWELL_DE
|
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
|
string
|
||||||
default "txt_sinit_acm.bin"
|
default "txt_sinit_acm.bin"
|
||||||
|
|
||||||
endmenu # Intel
|
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue