Convert the bigmem build option to Kconfig.
Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
menu "Architecture Features"
+config BIGMEM
+ bool "big memory support"
+ default n
+ ---help---
+ Allows Xen to support up to 123Tb of memory.
+
+ This requires enlarging struct page_info as well as shrinking
+ the always accessible direct mapped memory range.
+
+ If unsure, say N.
+
endmenu
source "common/Kconfig"
'-D__OBJECT_LABEL__=$(subst $(BASEDIR)/,,$(CURDIR))/$$@')
shadow-paging ?= y
-bigmem ?= n
CFLAGS += -mno-red-zone -mno-sse -fpic
CFLAGS += -fno-asynchronous-unwind-tables
endif
CFLAGS-$(shadow-paging) += -DCONFIG_SHADOW_PAGING
-CFLAGS-$(bigmem) += -DCONFIG_BIGMEM