Commit 44cb023a authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] disallow modular BINFMT_ELF

From: Adrian Bunk <bunk@fs.tum.de>

Modular BINFMT_ELF doesn't build, and is pretty pathological anyway.

So just make it a boolean rather than a tristate.
parent 97c52a80
config BINFMT_ELF config BINFMT_ELF
tristate "Kernel support for ELF binaries" bool "Kernel support for ELF binaries"
depends on MMU depends on MMU
default y default y
---help--- ---help---
......
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