aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r--arch/ia64/Kconfig7
1 files changed, 5 insertions, 2 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig
index 8b6a8a554afa..5b2a2379a439 100644
--- a/arch/ia64/Kconfig
+++ b/arch/ia64/Kconfig
@@ -224,7 +224,11 @@ config IA64_HP_SIM
224 224
225config IA64_XEN_GUEST 225config IA64_XEN_GUEST
226 bool "Xen guest" 226 bool "Xen guest"
227 select SWIOTLB
227 depends on XEN 228 depends on XEN
229 help
230 Build a kernel that runs on Xen guest domain. At this moment only
231 16KB page size in supported.
228 232
229endchoice 233endchoice
230 234
@@ -482,8 +486,7 @@ config HOLES_IN_ZONE
482 default y if VIRTUAL_MEM_MAP 486 default y if VIRTUAL_MEM_MAP
483 487
484config HAVE_ARCH_EARLY_PFN_TO_NID 488config HAVE_ARCH_EARLY_PFN_TO_NID
485 def_bool y 489 def_bool NUMA && SPARSEMEM
486 depends on NEED_MULTIPLE_NODES
487 490
488config HAVE_ARCH_NODEDATA_EXTENSION 491config HAVE_ARCH_NODEDATA_EXTENSION
489 def_bool y 492 def_bool y