diff options
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r-- | arch/ia64/Kconfig | 9 |
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 | |||
46 | config SWIOTLB | 48 | config SWIOTLB |
47 | bool | 49 | bool |
48 | 50 | ||
51 | config IOMMU_HELPER | ||
52 | bool | ||
53 | |||
49 | config GENERIC_LOCKBREAK | 54 | config GENERIC_LOCKBREAK |
50 | bool | 55 | bool |
51 | default y | 56 | default y |
@@ -589,6 +594,8 @@ config MSPEC | |||
589 | 594 | ||
590 | source "fs/Kconfig" | 595 | source "fs/Kconfig" |
591 | 596 | ||
597 | source "arch/ia64/kvm/Kconfig" | ||
598 | |||
592 | source "lib/Kconfig" | 599 | source "lib/Kconfig" |
593 | 600 | ||
594 | # | 601 | # |
@@ -612,7 +619,7 @@ config IRQ_PER_CPU | |||
612 | default y | 619 | default y |
613 | 620 | ||
614 | config IOMMU_HELPER | 621 | config 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 | ||
617 | source "arch/ia64/hp/sim/Kconfig" | 624 | source "arch/ia64/hp/sim/Kconfig" |
618 | 625 | ||