mb/starlabs/*: disable TCO Intruder SMI

Some Star Labs boards can continuously trigger the TCO intruder SMI.
Default the common Kconfig symbol off to avoid those spurious events.

Change-Id: I4fbdc3d0f43d814564e972afcaaac1e967fb49f8
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/91871
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
Sean Rhodes 2026-03-25 20:08:19 +00:00 committed by Matt DeVillier
commit 7609822730

View file

@ -48,6 +48,9 @@ config STARLABS_ACPI_EFI_OPTION_SMI
(e.g. keyboard backlight and trackpad state) to the UEFI variable
store via an SMM APMC SMI handler.
config SOC_INTEL_COMMON_BLOCK_SMM_TCO_INTRUDER_SMI_ENABLE
default n
source "src/mainboard/starlabs/common/hda/Kconfig"
endmenu