Kconfig.binfmt (3d5271f9883cba7b54762bc4fe027d4172f06db7) Kconfig.binfmt (2919b51075b3906c2f476e5a932244af1947bf80)
1config BINFMT_ELF
2 bool "Kernel support for ELF binaries"
1config BINFMT_ELF
2 bool "Kernel support for ELF binaries"
3 depends on MMU
3 depends on MMU && (BROKEN || !FRV)
4 default y
5 ---help---
6 ELF (Executable and Linkable Format) is a format for libraries and
7 executables used across different architectures and operating
8 systems. Saying Y here will enable your kernel to run ELF binaries
9 and enlarge it by about 13 KB. ELF support under Linux has now all
10 but replaced the traditional Linux a.out formats (QMAGIC and ZMAGIC)
11 because it is portable (this does *not* mean that you will be able

--- 123 unchanged lines hidden ---
4 default y
5 ---help---
6 ELF (Executable and Linkable Format) is a format for libraries and
7 executables used across different architectures and operating
8 systems. Saying Y here will enable your kernel to run ELF binaries
9 and enlarge it by about 13 KB. ELF support under Linux has now all
10 but replaced the traditional Linux a.out formats (QMAGIC and ZMAGIC)
11 because it is portable (this does *not* mean that you will be able

--- 123 unchanged lines hidden ---