From 1331956fb57661696bf57445ad87ec5d03e29bc1 Mon Sep 17 00:00:00 2001 From: Danesh Petigara Date: Tue, 11 Jun 2024 08:27:02 -0700 Subject: [PATCH] ANDROID: gki_defconfig: Disable CONFIG_BRCMSTB_DPFE and CONFIG_BRCMSTB_MEMC Recent changes to gki_defconfig enable CONFIG_MEMORY which results in CONFIG_BRCMSTB_DPFE and CONFIG_BRCMSTB_MEMC being enabled as builtin modules. Disable the two drivers as the Broadcom STB SoCs expect them to be configured as loadable modules. Bug: 346510475 Fixes: 974a6f430e0a ("ANDROID: gki_defconfig: Enable Tegra SoCs") Change-Id: I80bf0ce419992d947468b7054327ba80f611d316 Signed-off-by: Danesh Petigara Signed-off-by: Pierre Couillaud --- arch/arm64/configs/gki_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/configs/gki_defconfig b/arch/arm64/configs/gki_defconfig index 05b3b181215b..13a85324afbb 100644 --- a/arch/arm64/configs/gki_defconfig +++ b/arch/arm64/configs/gki_defconfig @@ -600,6 +600,8 @@ CONFIG_DEVFREQ_GOV_USERSPACE=y CONFIG_DEVFREQ_GOV_PASSIVE=y CONFIG_PM_DEVFREQ_EVENT=y CONFIG_MEMORY=y +# CONFIG_BRCMSTB_DPFE is not set +# CONFIG_BRCMSTB_MEMC is not set CONFIG_IIO=y CONFIG_IIO_BUFFER=y CONFIG_IIO_TRIGGER=y