diff options
author | Christoph Hellwig <hch@lst.de> | 2018-07-31 07:39:34 -0400 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-08-01 19:06:55 -0400 |
commit | 006477f40d2e79cd1ba655af94fbd9b2a585bfef (patch) | |
tree | d1e00b4e4ca1e2daca052483442dd2c0b9ed4f4d /fs/Kconfig.binfmt | |
parent | 22471e1313f2b5ec698069206f3a310d6d35b1d4 (diff) |
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>
Diffstat (limited to 'fs/Kconfig.binfmt')
-rw-r--r-- | fs/Kconfig.binfmt | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ | |||
1 | |||
2 | menu "Executable file formats" | ||
3 | |||
1 | config BINFMT_ELF | 4 | config BINFMT_ELF |
2 | bool "Kernel support for ELF binaries" | 5 | bool "Kernel support for ELF binaries" |
3 | depends on MMU | 6 | depends on MMU |
@@ -187,3 +190,5 @@ config COREDUMP | |||
187 | This option enables support for performing core dumps. You almost | 190 | This option enables support for performing core dumps. You almost |
188 | certainly want to say Y here. Not necessary on systems that never | 191 | certainly want to say Y here. Not necessary on systems that never |
189 | need debugging or only ever run flawless code. | 192 | need debugging or only ever run flawless code. |
193 | |||
194 | endmenu | ||