From patchwork Tue Dec 20 16:04:52 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 9481737 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 9C42D606DB for ; Tue, 20 Dec 2016 16:08:42 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 82B712841B for ; Tue, 20 Dec 2016 16:08:42 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 744B628486; Tue, 20 Dec 2016 16:08:42 +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=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 1FA792841B for ; Tue, 20 Dec 2016 16:08:42 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1cJMw9-0007DO-Pp; Tue, 20 Dec 2016 16:06:45 +0000 Received: from conuserg-07.nifty.com ([210.131.2.74]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1cJMvt-00074J-A2 for linux-arm-kernel@lists.infradead.org; Tue, 20 Dec 2016 16:06:30 +0000 Received: from grover.sesame (FL1-111-169-71-157.osk.mesh.ad.jp [111.169.71.157]) (authenticated) by conuserg-07.nifty.com with ESMTP id uBKG5C3n019755; Wed, 21 Dec 2016 01:05:16 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-07.nifty.com uBKG5C3n019755 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1482249917; bh=Px+G10KYwHED4viPOQ2zyck9avIADHnzGgPFdYR/Cgs=; h=From:To:Cc:Subject:Date:From; b=goDP67Qeova6NW5hDUiOU1/HaOgkCZRGSx4PnBZzKeD57t7adU7C2Ror3fjNkytuy v0s4H4/kww1txzzeQwyloNt0tuGm2TEPsZaOBr35vU/qFb+EpESG91zqcV8kpVrek9 WptzMdqkDi6h0co15z2hQYwdW7g8cMsoLks8n2JfAtAnmJioXiC0Tfx4q5mYurnXS+ +N/DeIVgYUl70tPczcXcDnEhqdKgPvukZwkeTJm6mOditgQVOQKb3nvu7KaP3aCemz Zn2SyuAaNk0ofmMitl9o+xpFUBrJdwPiAalzwhPlIoYteLeRCLHepPdzsWlUuoFg+L ltk6vITchIi9A== X-Nifty-SrcIP: [111.169.71.157] From: Masahiro Yamada To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 1/2] arm64: defconfig: enable CONFIG_MTD_BLOCK Date: Wed, 21 Dec 2016 01:04:52 +0900 Message-Id: <1482249893-14988-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20161220_080629_803122_6EB954B6 X-CRM114-Status: UNSURE ( 7.46 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Guodong Xu , Arnd Bergmann , Eric Anholt , Kevin Hilman , Riku Voipio , Will Deacon , linux-kernel@vger.kernel.org, Krzysztof Kozlowski , Masahiro Yamada , Wei Xu , Catalin Marinas , Thierry Reding MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Enable the block layer support for MTD devices. Signed-off-by: Masahiro Yamada --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 869dded..32d73ab 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -143,6 +143,7 @@ CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y CONFIG_DMA_CMA=y CONFIG_MTD=y +CONFIG_MTD_BLOCK=y CONFIG_MTD_M25P80=y CONFIG_MTD_SPI_NOR=y CONFIG_BLK_DEV_LOOP=y