Skip to content

Commit 9548fef

Browse files
DerDakonjoergroedel
authored andcommitted
iommu: remove duplicate selection of DMAR_TABLE
This is already done in intel/Kconfig. Fixes: 70bad34 ("iommu: Fix compilation without CONFIG_IOMMU_INTEL") Signed-off-by: Rolf Eike Beer <eb@emlix.com> Reviewed-by: Lu Baolu <baolu.lu@linux.intel.com> Link: https://lore.kernel.org/r/2232605.Mh6RI2rZIc@devpool92.emlix.com Signed-off-by: Joerg Roedel <jroedel@suse.de>
1 parent 2e9b2ee commit 9548fef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/iommu/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ source "drivers/iommu/riscv/Kconfig"
200200
config IRQ_REMAP
201201
bool "Support for Interrupt Remapping"
202202
depends on X86_64 && X86_IO_APIC && PCI_MSI && ACPI
203-
select DMAR_TABLE if INTEL_IOMMU
204203
help
205204
Supports Interrupt remapping for IO-APIC and MSI devices.
206205
To use x2apic mode in the CPU's which support x2APIC enhancements or

0 commit comments

Comments
 (0)