aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r--arch/ia64/Kconfig9
1 files changed, 8 insertions, 1 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig
index cd13e138bd03..0df5f6f75edf 100644
--- a/arch/ia64/Kconfig
+++ b/arch/ia64/Kconfig
@@ -19,6 +19,8 @@ config IA64
19 select HAVE_OPROFILE 19 select HAVE_OPROFILE
20 select HAVE_KPROBES 20 select HAVE_KPROBES
21 select HAVE_KRETPROBES 21 select HAVE_KRETPROBES
22 select HAVE_DMA_ATTRS
23 select HAVE_KVM
22 default y 24 default y
23 help 25 help
24 The Itanium Processor Family is Intel's 64-bit successor to 26 The Itanium Processor Family is Intel's 64-bit successor to
@@ -46,6 +48,9 @@ config MMU
46config SWIOTLB 48config SWIOTLB
47 bool 49 bool
48 50
51config IOMMU_HELPER
52 bool
53
49config GENERIC_LOCKBREAK 54config GENERIC_LOCKBREAK
50 bool 55 bool
51 default y 56 default y
@@ -589,6 +594,8 @@ config MSPEC
589 594
590source "fs/Kconfig" 595source "fs/Kconfig"
591 596
597source "arch/ia64/kvm/Kconfig"
598
592source "lib/Kconfig" 599source "lib/Kconfig"
593 600
594# 601#
@@ -612,7 +619,7 @@ config IRQ_PER_CPU
612 default y 619 default y
613 620
614config IOMMU_HELPER 621config IOMMU_HELPER
615 def_bool (IA64_HP_ZX1 || IA64_HP_ZX1_SWIOTLB || IA64_GENERIC) 622 def_bool (IA64_HP_ZX1 || IA64_HP_ZX1_SWIOTLB || IA64_GENERIC || SWIOTLB)
616 623
617source "arch/ia64/hp/sim/Kconfig" 624source "arch/ia64/hp/sim/Kconfig"
618 625