From patchwork Mon Jun 16 17:56:16 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matt Porter X-Patchwork-Id: 4361541 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 725B69F1C4 for ; Mon, 16 Jun 2014 18:07:34 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id B47E120142 for ; Mon, 16 Jun 2014 18:07:32 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E56FA2013A for ; Mon, 16 Jun 2014 18:07:31 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Wwb9H-0002pc-M2; Mon, 16 Jun 2014 17:56:51 +0000 Received: from mail-ig0-f169.google.com ([209.85.213.169]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Wwb9F-0002jM-H9 for linux-arm-kernel@lists.infradead.org; Mon, 16 Jun 2014 17:56:49 +0000 Received: by mail-ig0-f169.google.com with SMTP id a13so4162569igq.0 for ; Mon, 16 Jun 2014 10:56:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=Y9bik94NXNmKm3ma1zzpZ4Rahqq99p3UixOmJHUI5X4=; b=ANQV+AEDse8cOVZoi1acW4ewMR84UdJGHFWzLbMtF3fHn1knJPiTZhlsI/M5DNBXsP cPeCfDLFRwp228f33zMfMYgCrx+eifUKJaPfiOaTih2OaHCgGiFfiCud1/gwArMVCctv IEMit4mWueJjMw4GPfgGHZTd5WbeE6+yOuXxs4A4j2YszZBamTSaccqY7GNUy0AtFWM0 l8QM4w4F/ze1mIVUzQAkzaYywFoYt21dMLLOH0JUW/deeRrkFqGjrovyCuAWDlT28N8R e4V7XlpRQC418apzPB+Z8d/B3iEhbUZfgoBA8ECeI7/qBqR5laW+V880wVTBenIkkcSR n6tw== X-Gm-Message-State: ALoCoQk3DxOhGMjox0BnadHrHoAxTFa3oJy3EDjbxUn7uNGdGiz1ZTtTA05I/Ix0iaf2M1VyLFJw X-Received: by 10.42.79.207 with SMTP id s15mr3836571ick.87.1402941387602; Mon, 16 Jun 2014 10:56:27 -0700 (PDT) Received: from beef.ohporter.com (cpe-98-27-254-98.neo.res.rr.com. [98.27.254.98]) by mx.google.com with ESMTPSA id ng14sm22351294igb.19.2014.06.16.10.56.25 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 16 Jun 2014 10:56:26 -0700 (PDT) From: Matt Porter To: arm@kernel.org Subject: [PATCH] ARM: bcm_defconfig: re-enable BCM Kona SDHCI driver Date: Mon, 16 Jun 2014 13:56:16 -0400 Message-Id: <1402941376-29594-1-git-send-email-mporter@linaro.org> X-Mailer: git-send-email 1.8.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140616_105649_608522_273F4061 X-CRM114-Status: GOOD ( 10.25 ) X-Spam-Score: -0.7 (/) Cc: Linux MMC List , Linux ARM Kernel List X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Since 5d01b7684b7e "mmc: simplify SDHCI Kconfig dependencies", MMC_SDHCI_PLTFM is no longer selected by the BCM Kona SDHCI driver which is enabled in this defconfig. This results in the SDHCI driver not being built and a boot failure. Explictly enable MMC_SDHCI_PLTFM in bcm_defconfig so the BCM Kona SDHCI driver is built. Fixes: 5d01b7684b7e ("mmc: simplify SDHCI Kconfig dependencies") Signed-off-by: Matt Porter Tested-by: Alex Elder Reviewed-by: Ulf Hansson --- arch/arm/configs/bcm_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/bcm_defconfig b/arch/arm/configs/bcm_defconfig index 9d13dae..dcfc559 100644 --- a/arch/arm/configs/bcm_defconfig +++ b/arch/arm/configs/bcm_defconfig @@ -98,6 +98,7 @@ CONFIG_MMC_UNSAFE_RESUME=y CONFIG_MMC_BLOCK_MINORS=32 CONFIG_MMC_TEST=y CONFIG_MMC_SDHCI=y +CONFIG_MMC_SDHCI_PLTFM=y CONFIG_MMC_SDHCI_BCM_KONA=y CONFIG_NEW_LEDS=y CONFIG_LEDS_CLASS=y