浏览代码

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>
Paul Bolle 12 年之前
父节点
当前提交
96edc754aa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/ia64/Kconfig

+ 1 - 1
arch/ia64/Kconfig

@@ -187,7 +187,7 @@ config IA64_DIG
 
 
 config IA64_DIG_VTD
 config IA64_DIG_VTD
 	bool "DIG+Intel+IOMMU"
 	bool "DIG+Intel+IOMMU"
-	select DMAR
+	select INTEL_IOMMU
 	select PCI_MSI
 	select PCI_MSI
 
 
 config IA64_HP_ZX1
 config IA64_HP_ZX1