Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/69336 )
Change subject: cpu/x86/Kconfig: Drop unused Kconfig symbol ......................................................................
cpu/x86/Kconfig: Drop unused Kconfig symbol
Change-Id: Id50ebecdaddcce426b15d535afcc3e755f2c5a35 Signed-off-by: Elyes Haouas ehaouas@noos.fr --- M src/cpu/x86/Kconfig 1 file changed, 10 insertions(+), 7 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/36/69336/1
diff --git a/src/cpu/x86/Kconfig b/src/cpu/x86/Kconfig index 1d6b489..cc31461 100644 --- a/src/cpu/x86/Kconfig +++ b/src/cpu/x86/Kconfig @@ -159,13 +159,6 @@ This option determines the size of the stack within the SMM handler modules.
-config SMM_STUB_STACK_SIZE - hex - default 0x400 - help - This option determines the size of the stack within the SMM handler - modules. - endif
config SMM_LAPIC_REMAP_MITIGATION