From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 7/7] ARM: configs: aspeed_g5: Enable AST2600 Date: Tue, 27 Aug 2019 22:12:33 +0200 Message-ID: References: <20190821055530.8720-1-joel@jms.id.au> <20190821055530.8720-8-joel@jms.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Joel Stanley Cc: Mark Rutland , devicetree , Ryan Chen , linux-aspeed , Andrew Jeffery , Rob Herring , =?UTF-8?Q?C=C3=A9dric_Le_Goater?= , Olof Johansson , Linux ARM List-Id: devicetree@vger.kernel.org On Thu, Aug 22, 2019 at 6:43 AM Joel Stanley wrote: > > On Thu, 22 Aug 2019 at 02:07, Andrew Jeffery wrote: > > > +CONFIG_MMC=y > > > +CONFIG_MMC_SDHCI=y > > > +CONFIG_MMC_SDHCI_PLTFM=y > > > +CONFIG_MMC_SDHCI_OF_ASPEED=y > > > > The patches haven't yet been applied to the MMC tree, maybe we should > > add this later? > > When enabling drivers in the same merge window as they go into the > tree we will always be in this situation. > > If the driver doesn't make it in this merge window, or first has has > changes, the worst that will happen is the kconfig name changes and I > need to update it later. I think we're safe to include it as-is. Yes, that's fine. Please also enable all the drivers you need in multi_v7_defconfig now, preferably as loadable modules. Arnd