From 6f29c813cb249244b8e2a65a00a176b598bed44e Mon Sep 17 00:00:00 2001 From: Andreas Gnau <andreas.gnau@iopsys.eu> Date: Fri, 12 Nov 2021 13:40:52 +0100 Subject: [PATCH] brcm63xx-arm: panther: Temporarily disable voice Temporarily disable voice, until issue with kernel panic due to bug in our voiceBoardParms implementation. Will be reverted on the fix for the bug is properly tested. --- iopsys-brcm63xx-arm/config/panther/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/iopsys-brcm63xx-arm/config/panther/config b/iopsys-brcm63xx-arm/config/panther/config index eb97710a7..8f8997174 100644 --- a/iopsys-brcm63xx-arm/config/panther/config +++ b/iopsys-brcm63xx-arm/config/panther/config @@ -3,7 +3,9 @@ CONFIG_BCM_KERNEL_PROFILE="96846GOV" CONFIG_BCM_CHIP_ID="6846" CONFIG_BCM_FIRMWARE_TYPE_NAND_SQUASHFS=y -CONFIG_BCM_VOICE=y +# Temporarily disabled until fix for voiceboardparms-issue is tested properly +# CONFIG_BCM_VOICE is not set + # CONFIG_BCM_DSL is not set # CONFIG_PACKAGE_libdsl is not set # CONFIG_PACKAGE_dslmngr is not set -- GitLab