diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-11-01 20:35:30 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-11-03 06:47:59 +0000 |
commit | 2d7d0d0e661147c0fa8d7583eabaa8a4753077e5 (patch) | |
tree | e421b4358348c16742a8f45875b639a0103655c0 | |
parent | 67888e26e69d02a4c159677544fff9eacefc425a (diff) |
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>
-rw-r--r-- | configs/config.asrock_b85m_pro4.debug_smmstore_hotplug_gcov_ubsan_em100 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/config.asrock_b85m_pro4.debug_smmstore_hotplug_gcov_ubsan_em100 b/configs/config.asrock_b85m_pro4.debug_smmstore_hotplug_gcov_ubsan_em100 index 62169b59e7..563f83ac5e 100644 --- a/configs/config.asrock_b85m_pro4.debug_smmstore_hotplug_gcov_ubsan_em100 +++ b/configs/config.asrock_b85m_pro4.debug_smmstore_hotplug_gcov_ubsan_em100 @@ -9,6 +9,7 @@ # + Silicon Image SIL3114 driver # + Genesys Logic GL9763E driver # + EM100 support +# + SMM module loader V2 CONFIG_COVERAGE=y CONFIG_UBSAN=y CONFIG_VENDOR_ASROCK=y @@ -44,4 +45,5 @@ CONFIG_DEBUG_COVERAGE=y CONFIG_DEBUG_BOOT_STATE=y CONFIG_DEBUG_ADA_CODE=y CONFIG_HAVE_EM100_SUPPORT=y +CONFIG_X86_SMM_LOADER_VERSION2=y CONFIG_EM100=y |