aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm64/Kconfig')
-rw-r--r--arch/arm64/Kconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 0d46debbc9a7..c102d92aad40 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -674,7 +674,7 @@ source "fs/Kconfig.binfmt"
674 674
675config COMPAT 675config COMPAT
676 bool "Kernel support for 32-bit EL0" 676 bool "Kernel support for 32-bit EL0"
677 depends on !ARM64_64K_PAGES 677 depends on !ARM64_64K_PAGES || EXPERT
678 select COMPAT_BINFMT_ELF 678 select COMPAT_BINFMT_ELF
679 select HAVE_UID16 679 select HAVE_UID16
680 select OLD_SIGSUSPEND3 680 select OLD_SIGSUSPEND3
@@ -685,6 +685,10 @@ config COMPAT
685 the user helper functions, VFP support and the ptrace interface are 685 the user helper functions, VFP support and the ptrace interface are
686 handled appropriately by the kernel. 686 handled appropriately by the kernel.
687 687
688 If you also enabled CONFIG_ARM64_64K_PAGES, please be aware that you
689 will only be able to execute AArch32 binaries that were compiled with
690 64k aligned segments.
691
688 If you want to execute 32-bit userspace applications, say Y. 692 If you want to execute 32-bit userspace applications, say Y.
689 693
690config SYSVIPC_COMPAT 694config SYSVIPC_COMPAT