From ddb98226ac41bf594e5bb139aec32622fc94c894 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Tue, 28 Jun 2022 15:31:27 +0200 Subject: [PATCH] ANDROID: remove CONFIG_USELIB from x86 gki_defconfig In commit 7374fa33dc2d ("init/Kconfig: remove USELIB syscall by default") CONFIG_USELIB is disabled, so remove the "is not set" setting in the x86 gki_defconfig file to resolve the build issue. Fixes: 7374fa33dc2d ("init/Kconfig: remove USELIB syscall by default") Signed-off-by: Greg Kroah-Hartman Change-Id: If7565bffb90b2efd913f08a8aeccbb11cc77ac17 --- arch/x86/configs/gki_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/x86/configs/gki_defconfig b/arch/x86/configs/gki_defconfig index 7b79035c7fe2..aa6c2f982c4a 100644 --- a/arch/x86/configs/gki_defconfig +++ b/arch/x86/configs/gki_defconfig @@ -1,7 +1,6 @@ CONFIG_UAPI_HEADER_TEST=y CONFIG_LOCALVERSION="-mainline" CONFIG_KERNEL_LZ4=y -# CONFIG_USELIB is not set CONFIG_AUDIT=y CONFIG_NO_HZ=y CONFIG_HIGH_RES_TIMERS=y