diff options
author | Christoph Hellwig | 2018-07-31 13:39:34 +0200 |
---|---|---|
committer | Masahiro Yamada | 2018-08-02 01:06:55 +0200 |
commit | 006477f40d2e79cd1ba655af94fbd9b2a585bfef (patch) | |
tree | d1e00b4e4ca1e2daca052483442dd2c0b9ed4f4d /Kconfig | |
parent | kconfig: use a menu in arch/Kconfig to reduce clutter (diff) | |
download | kernel-qcow2-linux-006477f40d2e79cd1ba655af94fbd9b2a585bfef.tar.gz kernel-qcow2-linux-006477f40d2e79cd1ba655af94fbd9b2a585bfef.tar.xz kernel-qcow2-linux-006477f40d2e79cd1ba655af94fbd9b2a585bfef.zip |
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 'Kconfig')
-rw-r--r-- | Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -13,9 +13,7 @@ source "init/Kconfig" source "kernel/Kconfig.freezer" -menu "Executable file formats" source "fs/Kconfig.binfmt" -endmenu source "mm/Kconfig" |