Skip to content

Commit

Permalink
COMPAT_BINFMT_ELF definition tweak
Browse files Browse the repository at this point in the history
Don't repeat BINFMT_ELF definition, simply multiply COMPAT and BINFMT_ELF.

Signed-off-by: Alexey Dobriyan <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Alexey Dobriyan authored and torvalds committed Oct 16, 2008
1 parent 5edc2a5 commit 4cea5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/Kconfig.binfmt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4cea5ce

Please sign in to comment.