From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH] ARM: multi_v7_defconfig: re-enable SDHCI drivers Date: Tue, 17 Jun 2014 09:12:44 +0200 Message-ID: <7509698.bYIWhMVMID@wuerfel> References: <1402937442-7623-1-git-send-email-swarren@wwwdotorg.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: Received: from mout.kundenserver.de ([212.227.17.13]:52224 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752675AbaFQHM5 (ORCPT ); Tue, 17 Jun 2014 03:12:57 -0400 In-Reply-To: Sender: linux-mmc-owner@vger.kernel.org List-Id: linux-mmc@vger.kernel.org To: Ulf Hansson Cc: Stephen Warren , "arm@kernel.org" , "linux-arm-kernel@lists.infradead.org" , linux-mmc , Stephen Warren On Monday 16 June 2014 23:16:01 Ulf Hansson wrote: > On 16 June 2014 18:50, Stephen Warren wrote: > > From: Stephen Warren > > > > Following 5d01b7684b7e "mmc: simplify SDHCI Kconfig dependencies", > > SDHCI drivers that use MMC_SDHCI_PLTFM no longer select it, but > > instead depend on it. This means that multi_v7_defconfig no longer > > selects it, and hence many SDHCI drivers are no longer enabled. > > Explicitly enable MMC_SDHCI_PLTFM to solve this. > > > > Fixes: 5d01b7684b7e ("mmc: simplify SDHCI Kconfig dependencies") > > Signed-off-by: Stephen Warren > > Reviewed-by: Ulf Hansson > > I suppose this goes through arm-soc, otherwise ping me if you want me > to handle it as a fix for 3.16. I've added it to the fixes branch now, thanks! Arnd