aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ia64')
-rw-r--r--arch/ia64/Kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig
index 3aa6c821449a..07f5d353b54a 100644
--- a/arch/ia64/Kconfig
+++ b/arch/ia64/Kconfig
@@ -47,6 +47,9 @@ config MMU
47config SWIOTLB 47config SWIOTLB
48 bool 48 bool
49 49
50config IOMMU_HELPER
51 bool
52
50config GENERIC_LOCKBREAK 53config GENERIC_LOCKBREAK
51 bool 54 bool
52 default y 55 default y
@@ -615,7 +618,7 @@ config IRQ_PER_CPU
615 default y 618 default y
616 619
617config IOMMU_HELPER 620config IOMMU_HELPER
618 def_bool (IA64_HP_ZX1 || IA64_HP_ZX1_SWIOTLB || IA64_GENERIC) 621 def_bool (IA64_HP_ZX1 || IA64_HP_ZX1_SWIOTLB || IA64_GENERIC || SWIOTLB)
619 622
620source "arch/ia64/hp/sim/Kconfig" 623source "arch/ia64/hp/sim/Kconfig"
621 624