aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/Kconfig
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2018-07-31 13:39:28 +0200
committerMasahiro Yamada <yamada.masahiro@socionext.com>2018-08-02 08:03:23 +0900
commit9bea18010f210dd24d2a4f2bd3df7b92132537ae (patch)
tree684420125bd40d7295c2d2cfd0ff279f874ca98d /arch/um/Kconfig
parentum: cleanup Kconfig files (diff)
downloadlinux-dev-9bea18010f210dd24d2a4f2bd3df7b92132537ae.tar.xz
linux-dev-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/Kconfig4
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"