]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
kconfig: move the "Executable file formats" menu to fs/Kconfig.binfmt
authorChristoph Hellwig <hch@lst.de>
Tue, 31 Jul 2018 11:39:34 +0000 (13:39 +0200)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 1 Aug 2018 23:06:55 +0000 (08:06 +0900)
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>
Kconfig
fs/Kconfig.binfmt

diff --git a/Kconfig b/Kconfig
index a5997d6c20293c927ffcefaafa2363b5f66bb499..48a80beab6853d1461f277229625aa066d75a4e7 100644 (file)
--- 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"
 
index 56df483de619cc44ca8c25c2b7daf6f3783de937..b795f8da81f36c117b44f50850bdbd6fa2151bd8 100644 (file)
@@ -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