From 2344019e040ef0f6f5cce711a0b8d61a91384677 Mon Sep 17 00:00:00 2001 From: Lee Jones Date: Tue, 7 Sep 2021 11:28:24 +0100 Subject: [PATCH] ANDROID: arm64: gki_defconfig: Enable ARCH_EXYNOS Just like the presently enabled ARCH_QCOM, ARCH_SUNXI and ARCH_HISI symbols, ARCH_EXYNOS based platforms require drivers which currently depend on the symbol being enabled. A recent attempt to remove one of these dependencies was firmly NACKed by a bunch of upstream Maintainers [0], with one of them stating that ARCH_EXYNOS should be enabled by any generic kernel which planned on supporting the associated platforms. Once this has been applied, we can revert the associated hacks we're currently carrying in android-mainline. [0] https://lore.kernel.org/lkml/20200220102628.3371996-1-gregkh@linuxfoundation.org/ Bug: 142159113 Signed-off-by: Lee Jones Change-Id: I1277f173c1a39c1cdd23bca27ee5f0deb784e3fb --- arch/arm64/configs/gki_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/configs/gki_defconfig b/arch/arm64/configs/gki_defconfig index dc16c3ac5cce..178d03694323 100644 --- a/arch/arm64/configs/gki_defconfig +++ b/arch/arm64/configs/gki_defconfig @@ -47,6 +47,7 @@ CONFIG_SLAB_FREELIST_HARDENED=y CONFIG_SHUFFLE_PAGE_ALLOCATOR=y CONFIG_PROFILING=y CONFIG_ARCH_SUNXI=y +CONFIG_ARCH_EXYNOS=y CONFIG_ARCH_HISI=y CONFIG_ARCH_QCOM=y CONFIG_SCHED_MC=y @@ -522,7 +523,6 @@ CONFIG_IIO=y CONFIG_IIO_BUFFER=y CONFIG_IIO_TRIGGER=y CONFIG_PWM=y -CONFIG_GENERIC_PHY=y CONFIG_RAS=y CONFIG_ANDROID=y CONFIG_ANDROID_BINDER_IPC=y