mirror of https://gitee.com/openkylin/linux.git
COMPAT_BINFMT_ELF definition tweak
Don't repeat BINFMT_ELF definition, simply multiply COMPAT and BINFMT_ELF. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
5edc2a5123
commit
4cea5ceb4c
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue