From 3be470269f730ae79f435f054aec7f25c14b8dde Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Fri, 3 Jan 2025 13:10:49 +0100 Subject: [PATCH] pygoscelis: Disable CONFIG_BT_MSFTEXT This feature was enabled for testing in 2024-Oct-05 in commit 1634abbecef44187f573dc29f7af92ee2279eafd. Tests with a specific BT player failed, so I can disable it agian. --- pygoscelis-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygoscelis-config b/pygoscelis-config index 6df9638..cc1688a 100644 --- a/pygoscelis-config +++ b/pygoscelis-config @@ -1596,7 +1596,7 @@ CONFIG_BT_HIDP=m CONFIG_BT_LE=y CONFIG_BT_LE_L2CAP_ECRED=y CONFIG_BT_LEDS=y -CONFIG_BT_MSFTEXT=y +# CONFIG_BT_MSFTEXT is not set # CONFIG_BT_AOSPEXT is not set CONFIG_BT_DEBUGFS=y # CONFIG_BT_SELFTEST is not set