From: Kefeng Wang Date: Thu, 26 Jan 2017 03:19:55 +0000 (+0800) Subject: arm64: Kconfig: select COMPAT_BINFMT_ELF only when BINFMT_ELF is set X-Git-Tag: v4.4.118~117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=622d825999111ddeda9338386f8bc1effd5a2ea1;p=thirdparty%2Fkernel%2Fstable.git arm64: Kconfig: select COMPAT_BINFMT_ELF only when BINFMT_ELF is set commit 2e449048a25eb75d48dff12882b93f26d130a1c6 upstream. Fix warning: "(COMPAT) selects COMPAT_BINFMT_ELF which has unmet direct dependencies (COMPAT && BINFMT_ELF)" Signed-off-by: Kefeng Wang Signed-off-by: Will Deacon Signed-off-by: Greg Kroah-Hartman --- diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 83af36d9439f0..02c08671553e4 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -785,7 +785,7 @@ source "fs/Kconfig.binfmt" config COMPAT bool "Kernel support for 32-bit EL0" depends on ARM64_4K_PAGES || EXPERT - select COMPAT_BINFMT_ELF + select COMPAT_BINFMT_ELF if BINFMT_ELF select HAVE_UID16 select OLD_SIGSUSPEND3 select COMPAT_OLD_SIGACTION