diff options
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r-- | arch/ia64/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index 3aa6c821449a..0df5f6f75edf 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig | |||
@@ -19,6 +19,7 @@ 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 | ||
22 | select HAVE_KVM | 23 | select HAVE_KVM |
23 | default y | 24 | default y |
24 | help | 25 | help |
@@ -47,6 +48,9 @@ config MMU | |||
47 | config SWIOTLB | 48 | config SWIOTLB |
48 | bool | 49 | bool |
49 | 50 | ||
51 | config IOMMU_HELPER | ||
52 | bool | ||
53 | |||
50 | config GENERIC_LOCKBREAK | 54 | config GENERIC_LOCKBREAK |
51 | bool | 55 | bool |
52 | default y | 56 | default y |
@@ -615,7 +619,7 @@ config IRQ_PER_CPU | |||
615 | default y | 619 | default y |
616 | 620 | ||
617 | config IOMMU_HELPER | 621 | config IOMMU_HELPER |
618 | def_bool (IA64_HP_ZX1 || IA64_HP_ZX1_SWIOTLB || IA64_GENERIC) | 622 | def_bool (IA64_HP_ZX1 || IA64_HP_ZX1_SWIOTLB || IA64_GENERIC || SWIOTLB) |
619 | 623 | ||
620 | source "arch/ia64/hp/sim/Kconfig" | 624 | source "arch/ia64/hp/sim/Kconfig" |
621 | 625 | ||