From patchwork Mon Apr 30 14:51:08 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Liming Sun X-Patchwork-Id: 10371931 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id A4EE76053E for ; Mon, 30 Apr 2018 14:55:37 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 95CAF286AC for ; Mon, 30 Apr 2018 14:55:37 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8A900288C7; Mon, 30 Apr 2018 14:55:37 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00, MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 181F6286AC for ; Mon, 30 Apr 2018 14:55:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754269AbeD3OzW (ORCPT ); Mon, 30 Apr 2018 10:55:22 -0400 Received: from mail-il-dmz.mellanox.com ([193.47.165.129]:60593 "EHLO mellanox.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754155AbeD3OzW (ORCPT ); Mon, 30 Apr 2018 10:55:22 -0400 Received: from Internal Mail-Server by MTLPINE1 (envelope-from lsun@mellanox.com) with ESMTPS (AES256-SHA encrypted); 30 Apr 2018 17:56:53 +0300 Received: from lab-14.mtbu.labs.mlnx (lab-14.mtbu.labs.mlnx [10.15.8.98]) by mtbu-labmailer.labs.mlnx (8.14.4/8.14.4) with ESMTP id w3UEtIKY009883; Mon, 30 Apr 2018 10:55:18 -0400 Received: (from lsun@localhost) by lab-14.mtbu.labs.mlnx (8.14.7/8.13.8/Submit) id w3UEsgxd045177; Mon, 30 Apr 2018 10:54:42 -0400 From: Liming Sun To: Ulf Hansson , Rob Herring , Mark Rutland , Jaehoon Chung , Catalin Marinas , Will Deacon Cc: Liming Sun , linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v3 3/3] arm64: defconfig: Enable dw_mmc-bluefield driver Date: Mon, 30 Apr 2018 10:51:08 -0400 Message-Id: <1525099868-45094-3-git-send-email-lsun@mellanox.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1525099868-45094-1-git-send-email-lsun@mellanox.com> References: <1525099868-45094-1-git-send-email-lsun@mellanox.com> In-Reply-To: <026fa942828c54fda5bad225981e56abc808b949.1524497286.git.lsun@mellanox.com> References: <026fa942828c54fda5bad225981e56abc808b949.1524497286.git.lsun@mellanox.com> Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This patch updates arm64 defconfig to enable dw_mmc-bluefield, which is a driver extension of Synopsys Designware MMC for the Mellanox BlueField Soc. Signed-off-by: Liming Sun --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index ecf6137..43464ab 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -487,6 +487,7 @@ CONFIG_MMC_DW=y CONFIG_MMC_DW_EXYNOS=y CONFIG_MMC_DW_K3=y CONFIG_MMC_DW_ROCKCHIP=y +CONFIG_MMC_DW_BLUEFIELD=y CONFIG_MMC_SUNXI=y CONFIG_MMC_BCM2835=y CONFIG_MMC_SDHCI_XENON=y