forked from luck/tmp_suning_uos_patched
79b05c1f31
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>
4 lines
76 B
Plaintext
4 lines
76 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
source "arch/$(HEADER_ARCH)/um/Kconfig"
|