From: Alexey Dobriyan Don't repeat BINFMT_ELF definition, simply multiply COMPAT and BINFMT_ELF. Signed-off-by: Alexey Dobriyan Signed-off-by: Andrew Morton --- fs/Kconfig.binfmt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN fs/Kconfig.binfmt~compat_binfmt_elf-definition-tweak fs/Kconfig.binfmt --- a/fs/Kconfig.binfmt~compat_binfmt_elf-definition-tweak +++ a/fs/Kconfig.binfmt @@ -25,7 +25,7 @@ config BINFMT_ELF config COMPAT_BINFMT_ELF bool - depends on COMPAT && MMU + depends on COMPAT && BINFMT_ELF config BINFMT_ELF_FDPIC bool "Kernel support for FDPIC ELF binaries" _