Skip to content

Commit

Permalink
kconfig: move the "Executable file formats" menu to fs/Kconfig.binfmt
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Christoph Hellwig authored and masahir0y committed Aug 1, 2018
1 parent 22471e1 commit 006477f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Kconfig
Expand Up @@ -13,9 +13,7 @@ source "init/Kconfig"

source "kernel/Kconfig.freezer"

menu "Executable file formats"
source "fs/Kconfig.binfmt"
endmenu

source "mm/Kconfig"

Expand Down
5 changes: 5 additions & 0 deletions fs/Kconfig.binfmt
@@ -1,3 +1,6 @@

menu "Executable file formats"

config BINFMT_ELF
bool "Kernel support for ELF binaries"
depends on MMU
Expand Down Expand Up @@ -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

0 comments on commit 006477f

Please sign in to comment.