Received: by 2002:a25:23cc:0:0:0:0:0 with SMTP id j195csp833127ybj; Tue, 5 May 2020 08:14:10 -0700 (PDT) X-Google-Smtp-Source: APiQypLpD2xVcBa93AIeRBBj5BLJYirJlsXZHBzatBbc0LmHsb8fjgvZmFsRAQkrYT6/jYsZ7aZl X-Received: by 2002:a17:906:4d8f:: with SMTP id s15mr3273790eju.288.1588691650797; Tue, 05 May 2020 08:14:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1588691650; cv=none; d=google.com; s=arc-20160816; b=R38wf7LfzcjKbR+zEPnKJ/Ixt7dv2lN+oAGodWj/8AsP9rX4+7QxtekVYLVbYvSjDR c2wv4+XjCWNRyUinJHYRxDXCuNd347pjVRvQmV/Z06CkOZjls5q1vEa8lh6xrjrctjOK c4hn1A5y/EiYegQFHXFcaQgh/iej9vhJwgy8U79Plk2gwqMfVNs7YKvhOyoPuzY0aLns ThGM5LN3aQh+CN07jvahZNXppWUsX1cBw5KQGew4SIG/5qybzb3LsLjHcdjCfdtVWZZg 3Py2YdGVPDESPipqQAtL67NNYC02E+27H1yVzpqIjiyOBbV4ZyXTi46XsLMzp5RkkEnO iBoQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=X2rQaRYL/rLstBR15HyorpR9OhV3iOdwEfvYrI7uZZk=; b=w8pMQMfTW64CTtAkdOi1h9B8u4btTHfWSBjETzGz6FrJJ6gqHIWI8HvtGzkZ2QENX2 7qPFnV/7APn6DnJ1zp3Hb8XXDZJWAjxk+vjDBEAJxyCL/HebHBiOh27JDVZZG8XxdgLw 4jJD5USFDEt1w4bNhWMLdnk+YbvdAoc1iF95xIMlEX61+bG96aSlWKs0F0+qIVNlbGWl WWyp87g9tBKpx2l+r1mu1aU7WBu7rkynnKWyB1a9lgXUGpJqYuecp94fxemYfJ6hml82 JJYafcRpRhYnoNyB5fgykBGSsU545rLP2KLhKJqcOo/7UiFRVS6/8vxD3LwI7mpWAC8H 441w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id u19si1460545edd.364.2020.05.05.08.13.45; Tue, 05 May 2020 08:14:10 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730155AbgEEPI1 (ORCPT + 99 others); Tue, 5 May 2020 11:08:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57248 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1729796AbgEEPHa (ORCPT ); Tue, 5 May 2020 11:07:30 -0400 Received: from andre.telenet-ops.be (andre.telenet-ops.be [IPv6:2a02:1800:120:4::f00:15]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0BAF7C0610D5 for ; Tue, 5 May 2020 08:07:29 -0700 (PDT) Received: from ramsan ([IPv6:2a02:1810:ac12:ed60:bd97:8453:3b10:1832]) by andre.telenet-ops.be with bizsmtp id b37U2200b3VwRR30137UPV; Tue, 05 May 2020 17:07:28 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1jVzAO-00028e-8l; Tue, 05 May 2020 17:07:28 +0200 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1jVzAO-0000R8-7Q; Tue, 05 May 2020 17:07:28 +0200 From: Geert Uytterhoeven To: soc@kernel.org Cc: Arnd Bergmann , Kevin Hilman , Olof Johansson , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven , Dinh Nguyen Subject: [PATCH v2 15/15] ARM: socfpga: Drop unneeded select of PCI_DOMAINS_GENERIC Date: Tue, 5 May 2020 17:07:22 +0200 Message-Id: <20200505150722.1575-16-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200505150722.1575-1-geert+renesas@glider.be> References: <20200505150722.1575-1-geert+renesas@glider.be> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Support for Altera SOCFPGA systems depends on ARCH_MULTI_V7, and thus on ARCH_MULTIPLATFORM. As the latter selects PCI_DOMAINS_GENERIC, there is no need for ARCH_SOCFPGA to select PCI_DOMAINS_GENERIC. Signed-off-by: Geert Uytterhoeven Cc: Dinh Nguyen Acked-by: Arnd Bergmann Acked-by: Dinh Nguyen --- v2: - Add Acked-by. --- arch/arm/mach-socfpga/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-socfpga/Kconfig b/arch/arm/mach-socfpga/Kconfig index 22af5e308db6cc81..c3bb68d57cea2e51 100644 --- a/arch/arm/mach-socfpga/Kconfig +++ b/arch/arm/mach-socfpga/Kconfig @@ -11,7 +11,6 @@ menuconfig ARCH_SOCFPGA select HAVE_ARM_SCU select HAVE_ARM_TWD if SMP select MFD_SYSCON - select PCI_DOMAINS_GENERIC if PCI select ARM_ERRATA_754322 select ARM_ERRATA_764369 if SMP select ARM_ERRATA_775420 -- 2.17.1