From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Porter Subject: Re: [PATCH] ARM: multi_v7_defconfig: re-enable SDHCI drivers Date: Mon, 16 Jun 2014 13:51:56 -0400 Message-ID: <20140616175156.GF4173@beef> References: <1402937442-7623-1-git-send-email-swarren@wwwdotorg.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-ie0-f178.google.com ([209.85.223.178]:50523 "EHLO mail-ie0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755691AbaFPRwB (ORCPT ); Mon, 16 Jun 2014 13:52:01 -0400 Received: by mail-ie0-f178.google.com with SMTP id rd18so5371238iec.9 for ; Mon, 16 Jun 2014 10:52:00 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1402937442-7623-1-git-send-email-swarren@wwwdotorg.org> Sender: linux-mmc-owner@vger.kernel.org List-Id: linux-mmc@vger.kernel.org To: Stephen Warren Cc: arm@kernel.org, Stephen Warren , linux-mmc@vger.kernel.org, linux-arm-kernel@lists.infradead.org On Mon, Jun 16, 2014 at 10:50:42AM -0600, 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 > --- > This is a fix for 3.16, and based directly on v3.16-rc1. > > arch/arm/configs/multi_v7_defconfig | 1 + > 1 file changed, 1 insertion(+) Thanks, fixes the boot failure on my BCM mobile boards. I'm posting the equivalent for our own defconfig. Tested-by: Matt Porter