X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2FKconfig.binfmt;h=0efd1524b9770844cf74899f067686073a1c730d;hb=c3d59ad6ab0b3d01c10f326bbc9b089424a3a5c4;hp=02257420274966b6f0085f20b148e1fe582bc865;hpb=25e4b485fb8eeda8aa7a2e1e45fbb31538565117;p=~andy%2Flinux diff --git a/fs/Kconfig.binfmt b/fs/Kconfig.binfmt index 02257420274..0efd1524b97 100644 --- a/fs/Kconfig.binfmt +++ b/fs/Kconfig.binfmt @@ -164,3 +164,11 @@ config BINFMT_MISC You may say M here for module support and later load the module when you have use for it; the module is called binfmt_misc. If you don't know what to answer at this point, say Y. + +config COREDUMP + bool "Enable core dump support" if EXPERT + default y + help + 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.