Skip to content

Commit 006477f

Browse files
Christoph Hellwigmasahir0y
Christoph Hellwig
authored andcommittedAug 1, 2018
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>
1 parent 22471e1 commit 006477f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed
 

‎Kconfig

-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ source "init/Kconfig"
1313

1414
source "kernel/Kconfig.freezer"
1515

16-
menu "Executable file formats"
1716
source "fs/Kconfig.binfmt"
18-
endmenu
1917

2018
source "mm/Kconfig"
2119

‎fs/Kconfig.binfmt

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

0 commit comments

Comments
 (0)
Please sign in to comment.