Commit 96edc754 authored by Paul Bolle's avatar Paul Bolle Committed by Tony Luck
Browse files

Change "select DMAR" to "select INTEL_IOMMU"



Commit d3f13810 ("iommu: Rename the DMAR and INTR_REMAP config
options") changed all references to DMAR in Kconfig files to INTEL_IOMMU
(and, likewise, changed the references to CONFIG_DMAR everywhere else
to CONFIG_INTEL_IOMMU). That commit missed one "select DMAR" statement
in ia64's Kconfig file. Change that one too.

Signed-off-by: default avatarPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent de53e9ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -187,7 +187,7 @@ config IA64_DIG

config IA64_DIG_VTD
	bool "DIG+Intel+IOMMU"
	select DMAR
	select INTEL_IOMMU
	select PCI_MSI

config IA64_HP_ZX1