summaryrefslogtreecommitdiff
path: root/builddefs
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2025-06-29 02:29:33 +0100
committerGitHub <noreply@github.com>2025-06-29 02:29:33 +0100
commit711b109246dc7d7e3881ccf70dce4adceefb4b02 (patch)
tree8c12759de3302ba7d433e30748e8eb8bee73d567 /builddefs
parent6347d18a2d4ffa041e175655e8669041e1f45d53 (diff)
Mitigate VIA keylogger security issues (#25414)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'builddefs')
-rw-r--r--builddefs/common_features.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/builddefs/common_features.mk b/builddefs/common_features.mk
index 90231c9a96..c122afcff9 100644
--- a/builddefs/common_features.mk
+++ b/builddefs/common_features.mk
@@ -635,6 +635,9 @@ ifeq ($(strip $(VIA_ENABLE)), yes)
635 RAW_ENABLE := yes 635 RAW_ENABLE := yes
636 BOOTMAGIC_ENABLE := yes 636 BOOTMAGIC_ENABLE := yes
637 TRI_LAYER_ENABLE := yes 637 TRI_LAYER_ENABLE := yes
638 ifeq ($(strip $(VIA_INSECURE)), yes)
639 OPT_DEFS += -DVIA_INSECURE
640 endif
638endif 641endif
639 642
640ifeq ($(strip $(RAW_ENABLE)), yes) 643ifeq ($(strip $(RAW_ENABLE)), yes)