diff options
author | Christoph Hellwig <hch@lst.de> | 2018-07-31 13:39:28 +0200 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-08-02 08:03:23 +0900 |
commit | 9bea18010f210dd24d2a4f2bd3df7b92132537ae (patch) | |
tree | 684420125bd40d7295c2d2cfd0ff279f874ca98d /arch/um/Kconfig | |
parent | f163977d21a2b380ef83c25df2f83740577dc564 (diff) | |
download | blackbird-op-linux-9bea18010f210dd24d2a4f2bd3df7b92132537ae.tar.gz blackbird-op-linux-9bea18010f210dd24d2a4f2bd3df7b92132537ae.zip |
um: create a proper drivers Kconfig
Merge arch/um/Kconfig.char and arch/um/Kconfig.net into a new
arch/um/drivers/Kconfig. This fits the way Kconfig files are placed
elsewhere in the kernel tree.
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')
-rw-r--r-- | arch/um/Kconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/um/Kconfig b/arch/um/Kconfig index 69fa01a4a81b..ea35bf91fc0f 100644 --- a/arch/um/Kconfig +++ b/arch/um/Kconfig @@ -194,14 +194,12 @@ source "init/Kconfig" source "kernel/Kconfig.freezer" -source "arch/um/Kconfig.char" +source "arch/um/drivers/Kconfig" source "drivers/Kconfig" source "net/Kconfig" -source "arch/um/Kconfig.net" - source "fs/Kconfig" source "security/Kconfig" |