diff options
| author | Joel Challis <git@zvecr.com> | 2025-06-29 02:29:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-29 02:29:33 +0100 |
| commit | 711b109246dc7d7e3881ccf70dce4adceefb4b02 (patch) | |
| tree | 8c12759de3302ba7d433e30748e8eb8bee73d567 /builddefs | |
| parent | 6347d18a2d4ffa041e175655e8669041e1f45d53 (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.mk | 3 |
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 | ||
| 638 | endif | 641 | endif |
| 639 | 642 | ||
| 640 | ifeq ($(strip $(RAW_ENABLE)), yes) | 643 | ifeq ($(strip $(RAW_ENABLE)), yes) |
