diff options
Diffstat (limited to 'src/cpu/x86/Kconfig')
-rw-r--r-- | src/cpu/x86/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/cpu/x86/Kconfig b/src/cpu/x86/Kconfig index 658d2aaf74..f34a2626f8 100644 --- a/src/cpu/x86/Kconfig +++ b/src/cpu/x86/Kconfig @@ -124,13 +124,6 @@ config SMM_LEGACY_ASEG if HAVE_SMI_HANDLER && !SMM_LEGACY_ASEG -config SMM_MODULE_HEAP_SIZE - hex - default 0x4000 - help - This option determines the size of the heap within the SMM handler - modules. - config SMM_MODULE_STACK_SIZE hex default 0x800 if ARCH_RAMSTAGE_X86_64 |