X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=fs%2FKconfig.binfmt;h=b795f8da81f36c117b44f50850bdbd6fa2151bd8;hb=ecaaf408478b6fb4d9986f9b6652f3824e374f4c;hp=56df483de619cc44ca8c25c2b7daf6f3783de937;hpb=a91ddf23e2400140382e08eca03786c6e948af86;p=linux.git diff --git a/fs/Kconfig.binfmt b/fs/Kconfig.binfmt index 56df483de619..b795f8da81f3 100644 --- a/fs/Kconfig.binfmt +++ b/fs/Kconfig.binfmt @@ -1,3 +1,6 @@ + +menu "Executable file formats" + config BINFMT_ELF bool "Kernel support for ELF binaries" depends on MMU @@ -187,3 +190,5 @@ config COREDUMP This option enables support for performing core dumps. You almost certainly want to say Y here. Not necessary on systems that never need debugging or only ever run flawless code. + +endmenu