diff options
author | Christoph Hellwig <hch@lst.de> | 2018-07-31 13:39:27 +0200 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-08-02 08:03:23 +0900 |
commit | f163977d21a2b380ef83c25df2f83740577dc564 (patch) | |
tree | dbcd0a630841792c0d06e3c7fc8cb3434587bd88 /arch/um/Kconfig.rest | |
parent | 79b05c1f31e2ed3dbc4e1d098a29687f5c39c495 (diff) | |
download | linux-f163977d21a2b380ef83c25df2f83740577dc564.tar.bz2 |
um: cleanup Kconfig files
We can handle all not architecture specific UM configuration directly in
the newly added arch/um/Kconfig. Do so by merging the Kconfig.common,
Kconfig.rest and Kconfig.um files into arch/um/Kconfig, and move the main
UML menu as well.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/um/Kconfig.rest')
-rw-r--r-- | arch/um/Kconfig.rest | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/arch/um/Kconfig.rest b/arch/um/Kconfig.rest deleted file mode 100644 index 08327b9c0cbe..000000000000 --- a/arch/um/Kconfig.rest +++ /dev/null @@ -1,22 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0 -source "init/Kconfig" - -source "kernel/Kconfig.freezer" - -source "arch/um/Kconfig.char" - -source "drivers/Kconfig" - -source "net/Kconfig" - -source "arch/um/Kconfig.net" - -source "fs/Kconfig" - -source "security/Kconfig" - -source "crypto/Kconfig" - -source "lib/Kconfig" - -source "arch/um/Kconfig.debug" |