[PATCH] COMPAT_BINFMT_ELF definition tweak

From: Alexey Dobriyan
Date: Mon Sep 01 2008 - 01:00:25 EST


Don't repeat BINFMT_ELF definition, simply multiply COMPAT and
BINFMT_ELF.

Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx>
---

fs/Kconfig.binfmt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- a/fs/Kconfig.binfmt
+++ b/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"

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/