From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx1.emlix.com (mx1.emlix.com [178.63.209.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C4734233145 for ; Tue, 11 Mar 2025 10:15:57 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=178.63.209.131 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741688159; cv=none; b=mc92R9YmQKzL8jNJo2sXKhdncVhnp1yq4IboqrbLQ5/2VK5sn/hms/d1uBS+BGG9OqTgUO3UPzEduOSp2p5jIT9mI0GRAr2Wisf4HU5OcS6F3wvo+pko21/kPOIiR7C2KkeFmoPHt8ZYUykl0Y8s5guJApaVF9PMmDoZru4FfF8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741688159; c=relaxed/simple; bh=3z92NOgOTTQQWHcSlS7PdzZy6VlnQaGrUiQQFjm1O4M=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=Of3quno4mQL7NZ/284eZ55lYx+hbYTmIBvHxno7VMeLoL7ToHqQVNzguNhYGv42glixmp/Fk34I91vFvsLf0bUtjOSD3h9S7q0IkXVMbXyd3jmW621TMmXRLDvpufYlioUVhIHlQ8slR28cUTnR8t0QExIQJmBU0ZBM4VGqp0Sg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=emlix.com; spf=pass smtp.mailfrom=emlix.com; arc=none smtp.client-ip=178.63.209.131 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=emlix.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=emlix.com Received: from mailer.emlix.com (p5098be52.dip0.t-ipconnect.de [80.152.190.82]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.emlix.com (Postfix) with ESMTPS id 657885FE1E; Tue, 11 Mar 2025 11:15:26 +0100 (CET) From: Rolf Eike Beer To: Joerg Roedel , Will Deacon Cc: iommu@lists.linux.dev, linux-kernel@vger.kernel.org, Bert Karwatzki , Lu Baolu Subject: [PATCH 1/4] iommu: remove duplicate selection of DMAR_TABLE Date: Tue, 11 Mar 2025 11:07:03 +0100 Message-ID: <3865592.kQq0lBPeGt@devpool47.emlix.com> Organization: emlix GmbH In-Reply-To: <2301497.iZASKD2KPV@devpool47.emlix.com> References: <2301497.iZASKD2KPV@devpool47.emlix.com> Precedence: bulk X-Mailing-List: iommu@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is already done in intel/Kconfig. =46ixes: 70bad345e622 ("iommu: Fix compilation without CONFIG_IOMMU_INTEL") Signed-off-by: Rolf Eike Beer =2D-- drivers/iommu/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig index ec1b5e32b972..fceea41b7f58 100644 =2D-- a/drivers/iommu/Kconfig +++ b/drivers/iommu/Kconfig @@ -200,7 +200,6 @@ source "drivers/iommu/riscv/Kconfig" config IRQ_REMAP bool "Support for Interrupt Remapping" depends on X86_64 && X86_IO_APIC && PCI_MSI && ACPI =2D select DMAR_TABLE if INTEL_IOMMU help Supports Interrupt remapping for IO-APIC and MSI devices. To use x2apic mode in the CPU's which support x2APIC enhancements or =2D-=20 2.48.1 =2D-=20 Rolf Eike Beer We are nominated for the embedded award Visit us at the embedded=20 world 2025 March 11th to 13th, 2025 | Nuremberg Find us in hall 4 at=20 booth 336 emlix GmbH Headquarters: Berliner Str. 12, 37073 G=C3=B6ttingen, Germany Phone +49 (0)551 30664-0, e-mail info@emlix.com District Court of G=C3=B6ttingen, Registry Number HR B 3160 Managing Directors: Heike Jordan, Dr. Uwe Kracke VAT ID No. DE 205 198 055 Office Berlin: Panoramastr. 1, 10178 Berlin, Germany Office Bonn: Bachstr. 6, 53115 Bonn, Germany http://www.emlix.com emlix - your embedded Linux partner