Felix Held has submitted this change. ( 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/69336 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Eric Lai eric_lai@quanta.corp-partner.google.com --- M src/cpu/x86/Kconfig 1 file changed, 13 insertions(+), 7 deletions(-)
Approvals: build bot (Jenkins): Verified Eric Lai: Looks good to me, approved
diff --git a/src/cpu/x86/Kconfig b/src/cpu/x86/Kconfig index 1852e78..2253e18 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