1
0
Fork 0

Change "select DMAR" to "select INTEL_IOMMU"

Commit d3f138106b ("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: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Tony Luck <tony.luck@intel.com>
hifive-unleashed-5.1
Paul Bolle 2013-03-05 14:59:23 +01:00 committed by Tony Luck
parent de53e9caa4
commit 96edc754aa
1 changed files with 1 additions and 1 deletions

View File

@ -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