From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 93438C4167B for ; Tue, 5 Dec 2023 17:02:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345167AbjLERCQ (ORCPT ); Tue, 5 Dec 2023 12:02:16 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55018 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229569AbjLERCO (ORCPT ); Tue, 5 Dec 2023 12:02:14 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 760CC83 for ; Tue, 5 Dec 2023 09:02:20 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BE16FC433C7; Tue, 5 Dec 2023 17:02:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701795740; bh=6eqzdlbd2wRbilXyM8br8k9jCk9NPFOASbrV1lTKof0=; h=Date:From:To:Subject:In-Reply-To:From; b=rrYEZ6mDeh47zil4efVVC3txYOSi3rtzc6BqQyBLELxK0D/OYbcop4/aMyi9qyW/f 8jxcOmxzxRzfvPxNByuPLgS/aZI8iJ7htUrK96g5D6/KFghAQTzPvMuAZaC0/E8RK+ I+bWsBKRNSQMZjLsUPpE4C8b+/FE38MZ6Jn9GaOBN5UvMt0qMIVarFGu/pQNUjIF+B S4vlHyGARZ1IssLp0lh2IAZVHWHG8VhcQwlSjBucgsUhWjWrre/J6zG6A+2RGPwCoK EHBa1CSNYQnFrXoZ/gtIChK7DVQBBFQiQKGJVn64K5xD7y78QFCWZjsl2OeozApwgS qVGFWeFfjIScg== Date: Tue, 5 Dec 2023 11:02:18 -0600 From: Bjorn Helgaas To: Minda Chen , Conor Dooley , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Rob Herring , Bjorn Helgaas , Lorenzo Pieralisi , Daire McNamara , Emil Renner Berthing , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org, linux-pci@vger.kernel.org, Paul Walmsley , Palmer Dabbelt , Albert Ou , Philipp Zabel , Mason Huo , Leyfoon Tan , Kevin Xie Subject: Re: [PATCH v11 0/20] Refactoring Microchip PCIe driver and add StarFive PCIe Message-ID: <20231205170218.GA679691@bhelgaas> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 05, 2023 at 10:18:12AM +0100, Damian Tometzki wrote: > > On Sat, Dec 02, 2023 at 09:17:24PM +0800, Minda Chen wrote: > > > ... > > > Please check this configuation. > > > CONFIG_PHY_STARFIVE_JH7110_PCIE=y > > > CONFIG_PINCTRL_STARFIVE_JH7110=y > > > CONFIG_PINCTRL_STARFIVE_JH7110_SYS=y > > > CONFIG_PINCTRL_STARFIVE_JH7110_AON=y > ... > Hello together, > the main problemwas was to find the rquired CONFIG_* options for StarFive > Board. It would be great to have an CONFIG_ Options with all required > Dependencies. I didn't follow all the discussion here so I don't know all the symptoms and what the resulting working config was, but it sounds like the Kconfig needs to be simplified somehow so other users don't have to repeat this struggle. Bjorn