[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180724175646.3621-10-hch@lst.de>
Date: Tue, 24 Jul 2018 19:56:45 +0200
From: Christoph Hellwig <hch@....de>
To: Masahiro Yamada <yamada.masahiro@...ionext.com>
Cc: Randy Dunlap <rdunlap@...radead.org>,
Richard Weinberger <richard@....at>,
Ley Foon Tan <lftan@...era.com>,
Michal Simek <monstr@...str.eu>, linux-kbuild@...r.kernel.org,
linux-um@...ts.infradead.org, linux-arch@...ts.infradead.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 09/10] 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@....de>
Tested-by: Randy Dunlap <rdunlap@...radead.org>
Acked-by: Randy Dunlap <rdunlap@...radead.org>
---
Kconfig | 2 --
fs/Kconfig.binfmt | 5 +++++
2 files changed, 5 insertions(+), 2 deletions(-)
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"
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 @@
+
+menu "Executable file formats"
+
config BINFMT_ELF
bool "Kernel support for ELF binaries"
depends on MMU
@@ -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
--
2.18.0
Powered by blists - more mailing lists