cpu/x86: Fix DEBUG_SMM_RELOCATION dependency
Change-Id: I8a5bf39203a5de38d03d1b54453b056ea846ca38 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34259 Reviewed-by: Patrick Rudolph <siro@das-labor.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
00ec563342
commit
89463e333e
|
@ -14,4 +14,4 @@ config DISPLAY_MTRRS
|
|||
|
||||
config DEBUG_SMM_RELOCATION
|
||||
bool "Debug SMM relocation code"
|
||||
depends on HAVE_SMI_HANDLER
|
||||
depends on HAVE_SMI_HANDLER && SMM_ASEG
|
||||
|
|
Loading…
Reference in New Issue