Skip to content

Commit

Permalink
Change "select DMAR" to "select INTEL_IOMMU"
Browse files Browse the repository at this point in the history
Commit d3f1381 ("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>
  • Loading branch information
Paul Bolle authored and Tony Luck committed Mar 19, 2013
1 parent de53e9c commit 96edc75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/ia64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 96edc75

Please sign in to comment.