diff options
Diffstat (limited to 'src/cpu/x86')
-rw-r--r-- | src/cpu/x86/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/x86/Kconfig.debug b/src/cpu/x86/Kconfig.debug index 1c615f94d4..056934107c 100644 --- a/src/cpu/x86/Kconfig.debug +++ b/src/cpu/x86/Kconfig.debug @@ -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 |