um: stop abusing KBUILD_KCONFIG
authorChristoph Hellwig <hch@lst.de>
Tue, 31 Jul 2018 11:39:26 +0000 (13:39 +0200)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 1 Aug 2018 23:03:23 +0000 (08:03 +0900)
commit79b05c1f31e2ed3dbc4e1d098a29687f5c39c495
treee45018229da44db324200757ff5f711adb8c1a6c
parent9d3cce1e8b8561fed5f383d22a4d6949db4eadbe
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>
arch/um/Kconfig [new file with mode: 0644]
arch/um/Makefile
arch/x86/um/Kconfig