x86, um: get rid of arch/um/Kconfig.arch
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 25 Aug 2008 08:51:27 +0000 (04:51 -0400)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 23 Oct 2008 05:55:23 +0000 (22:55 -0700)
commit61bee20445935ee9802d25c261849440497497d3
tree481d98b301e248fcd5647c859ecfe9c137d57b0f
parentec82c32d45644998a28abad0a6a9ccdd721a054e
x86, um: get rid of arch/um/Kconfig.arch

Teach scripts/kconfig/Makefile and top-level Makefile that arch/*/Makefile
is allowed to say Kconfig := <whatever I want instead of arch/blah/Kconfig>.
Rewrite arch/um/Kconfig and arch/um/Kconfig.<subarch> so that the latter
would be top-level one (and include the pieces of the former).

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Makefile
arch/um/Kconfig.common [new file with mode: 0644]
arch/um/Kconfig.rest [new file with mode: 0644]
arch/um/Kconfig.um [moved from arch/um/Kconfig with 76% similarity]
arch/um/Kconfig.x86
arch/um/Makefile
scripts/kconfig/Makefile