summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCatalin Marinas <catalin.marinas@arm.com>2017-08-08 11:30:10 +0100
committerChristoph Muellner <christoph.muellner@theobroma-systems.com>2018-05-29 17:54:39 +0200
commit4381cacd410e33234b84ec8b769fbe099bc7aba5 (patch)
treee788a91b96eaddd441eed25173da80b078396a58
parent86619fc1a75a37c806b2f2168b846d20c52c57c2 (diff)
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 <catalin.marinas@arm.com> Signed-off-by: Yury Norov <ynorov@caviumnetworks.com>
-rw-r--r--arch/arm64/Kconfig1
1 files changed, 1 insertions, 0 deletions
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