Commit 4cea5ceb authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by Linus Torvalds

COMPAT_BINFMT_ELF definition tweak

Don't repeat BINFMT_ELF definition, simply multiply COMPAT and BINFMT_ELF.
Signed-off-by: default avatarAlexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 5edc2a51
...@@ -25,7 +25,7 @@ config BINFMT_ELF ...@@ -25,7 +25,7 @@ config BINFMT_ELF
config COMPAT_BINFMT_ELF config COMPAT_BINFMT_ELF
bool bool
depends on COMPAT && MMU depends on COMPAT && BINFMT_ELF
config BINFMT_ELF_FDPIC config BINFMT_ELF_FDPIC
bool "Kernel support for FDPIC ELF binaries" bool "Kernel support for FDPIC ELF binaries"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment