|
@@ -1,3 +1,6 @@
|
|
|
|
+
|
|
|
|
+menu "Executable file formats"
|
|
|
|
+
|
|
config BINFMT_ELF
|
|
config BINFMT_ELF
|
|
bool "Kernel support for ELF binaries"
|
|
bool "Kernel support for ELF binaries"
|
|
depends on MMU
|
|
depends on MMU
|
|
@@ -187,3 +190,5 @@ config COREDUMP
|
|
This option enables support for performing core dumps. You almost
|
|
This option enables support for performing core dumps. You almost
|
|
certainly want to say Y here. Not necessary on systems that never
|
|
certainly want to say Y here. Not necessary on systems that never
|
|
need debugging or only ever run flawless code.
|
|
need debugging or only ever run flawless code.
|
|
|
|
+
|
|
|
|
+endmenu
|