summaryrefslogtreecommitdiffstats
path: root/arch/um/Kconfig
diff options
context:
space:
mode:
authorChristoph Hellwig2018-07-31 13:39:26 +0200
committerMasahiro Yamada2018-08-02 01:03:23 +0200
commit79b05c1f31e2ed3dbc4e1d098a29687f5c39c495 (patch)
treee45018229da44db324200757ff5f711adb8c1a6c /arch/um/Kconfig
parentLinux 4.18-rc5 (diff)
downloadkernel-qcow2-linux-79b05c1f31e2ed3dbc4e1d098a29687f5c39c495.tar.gz
kernel-qcow2-linux-79b05c1f31e2ed3dbc4e1d098a29687f5c39c495.tar.xz
kernel-qcow2-linux-79b05c1f31e2ed3dbc4e1d098a29687f5c39c495.zip
um: stop abusing KBUILD_KCONFIG
Instead create a arch/um/Kconfig file that just includes the actual per-arch Kconfig file. Note that we use HEADER_ARCH to find the per-arch Kconfig file as that variable already includes the normalization from i386 or x86_64 to x86. 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/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/um/Kconfig b/arch/um/Kconfig
new file mode 100644
index 000000000000..76b4a32c9f42
--- /dev/null
+++ b/arch/um/Kconfig
@@ -0,0 +1,3 @@
+# SPDX-License-Identifier: GPL-2.0
+
+source "arch/$(HEADER_ARCH)/um/Kconfig"