Commit 5bfd18c8 authored by Greg Banks's avatar Greg Banks Committed by Linus Torvalds

[PATCH] PATCH 2.5: kconfig synchronise banners (1_16)

1/3 definitions of 64-bit CONFIG_BINFMT_ELF have trivially different banners.
1/3 definitions of CONFIG_BINFMT_ELF32 have trivially different banners.
parent d37071e8
......@@ -47,9 +47,9 @@ if [ "$CONFIG_PROC_FS" = "y" ]; then
define_bool CONFIG_KCORE_ELF y
fi
bool 'Kernel Support for 64 bit ELF binaries' CONFIG_BINFMT_ELF
bool 'Kernel support for 64-bit ELF binaries' CONFIG_BINFMT_ELF
tristate 'Kernel support for 32 bit binaries' CONFIG_BINFMT_ELF32
tristate 'Kernel support for 32-bit ELF binaries' CONFIG_BINFMT_ELF32
tristate 'Kernel support for MISC binaries' CONFIG_BINFMT_MISC
......
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