From 006477f40d2e79cd1ba655af94fbd9b2a585bfef Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Tue, 31 Jul 2018 13:39:34 +0200 Subject: 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 Tested-by: Randy Dunlap Acked-by: Randy Dunlap Signed-off-by: Masahiro Yamada --- Kconfig | 2 -- 1 file changed, 2 deletions(-) (limited to 'Kconfig') diff --git a/Kconfig b/Kconfig index a5997d6c2029..48a80beab685 100644 --- a/Kconfig +++ b/Kconfig @@ -13,9 +13,7 @@ source "init/Kconfig" source "kernel/Kconfig.freezer" -menu "Executable file formats" source "fs/Kconfig.binfmt" -endmenu source "mm/Kconfig" -- cgit