From 4381cacd410e33234b84ec8b769fbe099bc7aba5 Mon Sep 17 00:00:00 2001 From: Catalin Marinas Date: Tue, 8 Aug 2017 11:30:10 +0100 Subject: arm64: ilp32: Make the Kconfig option default y The intention of the ILP32 branches is to enable ILP32 by default. This default is to be revisited for upstream merging. Signed-off-by: Catalin Marinas Signed-off-by: Yury Norov --- arch/arm64/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 7b9906234ad0..f5def387f35f 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -1263,6 +1263,7 @@ config AARCH32_EL0 config ARM64_ILP32 bool "Kernel support for ILP32" + default y help This option enables support for AArch64 ILP32 user space. ILP32 is an ABI where long and pointers are 32bits but it uses the AARCH64 -- cgit v1.2.3