* [PATCH] ia64: change "select DMAR" to "select INTEL_IOMMU"
@ 2011-11-12 19:51 Paul Bolle
2013-03-05 13:59 ` [PATCH] [RESEND] " Paul Bolle
0 siblings, 1 reply; 2+ messages in thread
From: Paul Bolle @ 2011-11-12 19:51 UTC (permalink / raw)
To: Tony Luck, Fenghua Yu
Cc: linux-ia64, linux-kernel, Suresh Siddha, Ingo Molnar
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>
---
0) Tested with "make ARCH=ia64 menuconfig" only.
1) Everything suggests this was simply an oversight. Otherwise that
select line would have been dropped, wouldn't it?
arch/ia64/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig
index 552cbe9..c7bf0ea 100644
--- a/arch/ia64/Kconfig
+++ b/arch/ia64/Kconfig
@@ -185,7 +185,7 @@ config IA64_DIG
config IA64_DIG_VTD
bool "DIG+Intel+IOMMU"
- select DMAR
+ select INTEL_IOMMU
select PCI_MSI
config IA64_HP_ZX1
--
1.7.4.4
^ permalink raw reply related [flat|nested] 2+ messages in thread* [PATCH] [RESEND] ia64: change "select DMAR" to "select INTEL_IOMMU"
2011-11-12 19:51 [PATCH] ia64: change "select DMAR" to "select INTEL_IOMMU" Paul Bolle
@ 2013-03-05 13:59 ` Paul Bolle
0 siblings, 0 replies; 2+ messages in thread
From: Paul Bolle @ 2013-03-05 13:59 UTC (permalink / raw)
To: Tony Luck, Fenghua Yu
Cc: linux-ia64, linux-kernel, Suresh Siddha, Ingo Molnar
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>
---
0) This patch was first send over a year ago. Now I have reapplied it on
top of v3.9-rc1, which only added an offset of two lines.
1) Still tested with "make ARCH=ia64 menuconfig" only (which makes it
rather lightly tested).
2) Everything suggests this was simply an oversight. Otherwise that
select line would have been dropped, wouldn't it?
arch/ia64/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig
index 33f3fdc..436605b 100644
--- a/arch/ia64/Kconfig
+++ b/arch/ia64/Kconfig
@@ -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
--
1.7.11.7
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-03-05 13:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-12 19:51 [PATCH] ia64: change "select DMAR" to "select INTEL_IOMMU" Paul Bolle
2013-03-05 13:59 ` [PATCH] [RESEND] " Paul Bolle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox