Commit 0c8e90d5 authored by Jeff Dike's avatar Jeff Dike Committed by Linus Torvalds

[PATCH] UML: x86-64 config support

This adds architecture-specific Kconfig support, plus Kconfig_i386 and
Kconfig_x86_64.  Currently the only option defined there is CONFIG_64_BIT.
Signed-off-by: default avatarJeff Dike <jdike@addtoit.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent df69f7ac
config 64_BIT
bool
default n
config 3_LEVEL_PGTABLES
bool "Three-level pagetables"
default n
......
config 64_BIT
bool
default y
config 3_LEVEL_PGTABLES
bool
default y
......@@ -79,6 +79,8 @@ define archhelp
echo ' find in the kernel root.'
endef
$(shell cd $(ARCH_DIR) && ln -sf Kconfig_$(SUBARCH) Kconfig_arch)
prepare: $(ARCH_SYMLINKS) $(SYS_HEADERS) $(GEN_HEADERS) \
$(ARCH_DIR)/kernel/vmlinux.lds.S
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment