diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2013-03-05 08:59:23 -0500 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2013-03-19 19:14:54 -0400 |
commit | 96edc754aa714e51d2044af91b96cc7420c5cb01 (patch) | |
tree | 2492435ce63750f89dd2ab0d4e7f18c9f6f2b9c6 /arch/ia64/Kconfig | |
parent | de53e9caa4c6149ef4a78c2f83d7f5b655848767 (diff) |
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>
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r-- | arch/ia64/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index 9a02f71c6b1f..e7e55a00f94f 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig | |||
@@ -187,7 +187,7 @@ config IA64_DIG | |||
187 | 187 | ||
188 | config IA64_DIG_VTD | 188 | config IA64_DIG_VTD |
189 | bool "DIG+Intel+IOMMU" | 189 | bool "DIG+Intel+IOMMU" |
190 | select DMAR | 190 | select INTEL_IOMMU |
191 | select PCI_MSI | 191 | select PCI_MSI |
192 | 192 | ||
193 | config IA64_HP_ZX1 | 193 | config IA64_HP_ZX1 |