configs/config.asrock_b85m_pro4...: Select X86_SMM_LOADER_VERSION2
This allows build-testing the code while it isn't used anywhere. Change-Id: I754c661fbad0bc5fbddfab9747607e664ad1e2b6 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44174 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
67888e26e6
commit
2d7d0d0e66
|
@ -9,6 +9,7 @@
|
||||||
# + Silicon Image SIL3114 driver
|
# + Silicon Image SIL3114 driver
|
||||||
# + Genesys Logic GL9763E driver
|
# + Genesys Logic GL9763E driver
|
||||||
# + EM100 support
|
# + EM100 support
|
||||||
|
# + SMM module loader V2
|
||||||
CONFIG_COVERAGE=y
|
CONFIG_COVERAGE=y
|
||||||
CONFIG_UBSAN=y
|
CONFIG_UBSAN=y
|
||||||
CONFIG_VENDOR_ASROCK=y
|
CONFIG_VENDOR_ASROCK=y
|
||||||
|
@ -44,4 +45,5 @@ CONFIG_DEBUG_COVERAGE=y
|
||||||
CONFIG_DEBUG_BOOT_STATE=y
|
CONFIG_DEBUG_BOOT_STATE=y
|
||||||
CONFIG_DEBUG_ADA_CODE=y
|
CONFIG_DEBUG_ADA_CODE=y
|
||||||
CONFIG_HAVE_EM100_SUPPORT=y
|
CONFIG_HAVE_EM100_SUPPORT=y
|
||||||
|
CONFIG_X86_SMM_LOADER_VERSION2=y
|
||||||
CONFIG_EM100=y
|
CONFIG_EM100=y
|
||||||
|
|
Loading…
Reference in New Issue