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-04-03 10:52:46 +0200
commitb39982cacc3799111fa617ec14928ee19d8490bd (patch)
treeab14c48f4ae1df60d75042920f9d2fd12609b6e4
parentb3aa6f3e342caa7adc263c93c0da91af45a99b44 (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 b00d492e35cf..4b5e0b71fab2 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -1201,6 +1201,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