diff options
Diffstat (limited to 'arch/arm64/Kconfig')
-rw-r--r-- | arch/arm64/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index ab4aa54b36ef..f532ce5f3c5b 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig | |||
@@ -205,6 +205,8 @@ config COMPAT | |||
205 | depends on !ARM64_64K_PAGES | 205 | depends on !ARM64_64K_PAGES |
206 | select COMPAT_BINFMT_ELF | 206 | select COMPAT_BINFMT_ELF |
207 | select HAVE_UID16 | 207 | select HAVE_UID16 |
208 | select OLD_SIGSUSPEND3 | ||
209 | select COMPAT_OLD_SIGACTION | ||
208 | help | 210 | help |
209 | This option enables support for a 32-bit EL0 running under a 64-bit | 211 | This option enables support for a 32-bit EL0 running under a 64-bit |
210 | kernel at EL1. AArch32-specific components such as system calls, | 212 | kernel at EL1. AArch32-specific components such as system calls, |