Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp4130217pxf; Tue, 23 Mar 2021 03:32:19 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwOOvioQsiqfqmdEXZnEcDSPIJ8/z6F+l1/9IEwes/7yxfac3W8VnTWlKqcoJ42UVVgqPyU X-Received: by 2002:a05:6402:14cc:: with SMTP id f12mr4057806edx.19.1616495539340; Tue, 23 Mar 2021 03:32:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1616495539; cv=none; d=google.com; s=arc-20160816; b=duAnxJEhITcASC/7IKU0wY3EpwzPOlOFbwMEjGbu1n53OmoL+rsKAqo8Cl+ljUs6MO zTk0kXYUd1k7cDaZ7aqelSOwsoaPLQwuzoOJ/1+PoLrQu8LuFHRXOfPMRUuAlpNwRbX3 3TIgyQGFRxMXZkletw0XUfpEhotzk67BCaZIoEebh1qJsvLgLOwLJjMi9tmuiCb2CZV0 YKhTBQOHqmcUxMpsy6ACeL5hESfjzpDz4czNi3Jj+JltF2/vc6GJW2SCtQHAx01LBFJJ pw/rV6ejwo2wh6RexjYtEsLYzkClr8DBqQIXeX6If4N/DNSgmScsPe+7KUcaaZ2H1U2D Iwcg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=Qdrr2130pjr+rTfSknhtazgCjs3ViWTD+LiuENAkpb8=; b=YdNVnkgJuZYa+wCgS86DaJTcJSzScEdWjndhbMlTG/X/EEI1P0iH9oMkiC7UqevwhC xxaUV4tJXZ69j4r5fr2gxr814FB+yXb8SWtCYACPmdvDcKDMCreUbjKRwIW9e95bbgNE vkC+MWOLdhIX2pXlUX+ywFPM94EYZ8Jgjf7Wfr3unCGc570QzgGy9WGRcUpqco9tThnh aocpLTPk/vHQYhr+dpEs0TIaKOWHx+cvOJCBD5LxjvfoOmgdG/F76arO5SDa2fuAp8qA IEAwmTVggpDZn8OJm4XyvKx8ewdSDI1pQAyeN26MwEApUqU/xvcV4k/hKn6VbO0MwhCK OOCA== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id z21si13049500edx.208.2021.03.23.03.31.56; Tue, 23 Mar 2021 03:32:19 -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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229986AbhCWKbA (ORCPT + 99 others); Tue, 23 Mar 2021 06:31:00 -0400 Received: from foss.arm.com ([217.140.110.172]:43560 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230274AbhCWKab (ORCPT ); Tue, 23 Mar 2021 06:30:31 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id A505E1042; Tue, 23 Mar 2021 03:30:30 -0700 (PDT) Received: from e123427-lin.arm.com (unknown [10.57.56.36]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 615AD3F719; Tue, 23 Mar 2021 03:30:28 -0700 (PDT) From: Lorenzo Pieralisi To: Hou Zhiqiang , Geert Uytterhoeven , Bjorn Helgaas , Rob Herring Cc: Lorenzo Pieralisi , Andrew Murray , linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, Minghuan Lian Subject: Re: [PATCH] PCI: mobiveil: Improve PCIE_LAYERSCAPE_GEN4 dependencies Date: Tue, 23 Mar 2021 10:30:22 +0000 Message-Id: <161649540110.20748.7096266995911563432.b4-ty@arm.com> X-Mailer: git-send-email 2.26.1 In-Reply-To: <20210208142301.413582-1-geert+renesas@glider.be> References: <20210208142301.413582-1-geert+renesas@glider.be> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 8 Feb 2021 15:23:01 +0100, Geert Uytterhoeven wrote: > - Drop the dependency on PCI, as this is implied by the dependency on > PCI_MSI_IRQ_DOMAIN, > - Drop the dependencies on OF and ARM64, as the driver compiles fine > without OF and/or on other architectures, > - The Freescale Layerscape PCIe Gen4 controller is present only on > Freescale Layerscape SoCs. Hence depend on ARCH_LAYERSCAPE, to > prevent asking the user about this driver when configuring a kernel > without Freescale Layerscape support, unless compile-testing. Applied to pci/misc, thanks! [1/1] PCI: mobiveil: Improve PCIE_LAYERSCAPE_GEN4 dependencies https://git.kernel.org/lpieralisi/pci/c/021a90fe60 Thanks, Lorenzo