From 729e1f7d9cf1009c8dbd1aa3ce8e35335bdaca9a Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 7 Mar 2021 14:40:14 +0100 Subject: dashboard/config/linux: move IA32/X32 configs to x86_64 It feels that they belong better to x86_64 rather than subsystems. These are x86-specific and we need compat in baseline config as well and it's enabled there today anyway. --- dashboard/config/linux/android-5.4.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dashboard/config/linux/android-5.4.config') diff --git a/dashboard/config/linux/android-5.4.config b/dashboard/config/linux/android-5.4.config index d7e84490b..ba0bfcbf3 100644 --- a/dashboard/config/linux/android-5.4.config +++ b/dashboard/config/linux/android-5.4.config @@ -587,7 +587,7 @@ CONFIG_AMD_NB=y # Binary Emulations # CONFIG_IA32_EMULATION=y -# CONFIG_X86_X32 is not set +CONFIG_X86_X32=y CONFIG_COMPAT_32=y CONFIG_COMPAT=y CONFIG_COMPAT_FOR_U64_ALIGNMENT=y -- cgit mrf-deployment