Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

kconfig: move the "Executable file formats" menu to fs/Kconfig.binfmt

No need to have this in the top-level Kconfig.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

authored by

Christoph Hellwig and committed by
Masahiro Yamada
006477f4 22471e13

+5 -2
-2
Kconfig
··· 13 13 14 14 source "kernel/Kconfig.freezer" 15 15 16 - menu "Executable file formats" 17 16 source "fs/Kconfig.binfmt" 18 - endmenu 19 17 20 18 source "mm/Kconfig" 21 19
+5
fs/Kconfig.binfmt
··· 1 + 2 + menu "Executable file formats" 3 + 1 4 config BINFMT_ELF 2 5 bool "Kernel support for ELF binaries" 3 6 depends on MMU ··· 190 187 This option enables support for performing core dumps. You almost 191 188 certainly want to say Y here. Not necessary on systems that never 192 189 need debugging or only ever run flawless code. 190 + 191 + endmenu