From d619c03d54b459c2c3d562879c58f9b46a106092 Mon Sep 17 00:00:00 2001 From: lokher Date: Mon, 24 Mar 2025 16:10:32 +0800 Subject: [PATCH] Enable SEND_STRING when VIA_EANBLE is set --- builddefs/common_features.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/builddefs/common_features.mk b/builddefs/common_features.mk index 66a129f7af..f7bfc45cf3 100644 --- a/builddefs/common_features.mk +++ b/builddefs/common_features.mk @@ -625,6 +625,7 @@ ifeq ($(strip $(VIA_ENABLE)), yes) RAW_ENABLE := yes BOOTMAGIC_ENABLE := yes TRI_LAYER_ENABLE := yes + SEND_STRING_ENABLE := yes endif VALID_MAGIC_TYPES := yes