From patchwork Tue Dec 20 16:04:53 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 9481739 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 D574460820 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 C58FE2841B for ; Tue, 20 Dec 2016 16:08:42 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id BA35428456; 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 86D6F284A0 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 1cJMvx-0007A2-A4; Tue, 20 Dec 2016 16:06:33 +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-00074K-Cg 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 uBKG5C3o019755; Wed, 21 Dec 2016 01:05:18 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-07.nifty.com uBKG5C3o019755 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1482249918; bh=bIXq5dydUVYQw1PIIn1H+3FjEOo9W7wJfDnWNyKoyAA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Wc3Svt80TsTbsdksutRFN6TsY0r40KzQDN4dulOfE6ehJ39ySGyZU+PGm21OeLMHv ylrmcVw5Peq4kVKm2Zwp9CDsYLYyzHhbezeTQJbhCSgKTXa16ReWgO0ru0UbnSyl3F okYP9nogrU8pV423iYI6fBeSe8PcslJccIzZ6WPiZCx+x78z64vdFnGNxvI4B61qvm 0R6sXRK5kkNeSq3Wg/UirdKMmWlLvqG0IPai7KknLPOIgiQCoBhN210GXAMM676BUO hUJm1qkpq61dGxg8whS5ardpoy/zhUNmDRFW39S4Oxn4IIwjA4v586iQTHoGByJdBb 0aUkQUjHFhOOQ== X-Nifty-SrcIP: [111.169.71.157] From: Masahiro Yamada To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 2/2] arm64: defconfig: enable CONFIG_MTD_NAND and CONFIG_MTD_NAND_DENALI_DT Date: Wed, 21 Dec 2016 01:04:53 +0900 Message-Id: <1482249893-14988-2-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1482249893-14988-1-git-send-email-yamada.masahiro@socionext.com> References: <1482249893-14988-1-git-send-email-yamada.masahiro@socionext.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20161220_080629_781265_E1B813DB X-CRM114-Status: UNSURE ( 7.23 ) 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, Wei Xu , Masahiro Yamada , 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 NAND framework and the Denali NAND controller driver. This NAND controller is used on UniPhier SoCs. Signed-off-by: Masahiro Yamada --- arch/arm64/configs/defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 32d73ab..0888cab 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -145,6 +145,8 @@ CONFIG_DMA_CMA=y CONFIG_MTD=y CONFIG_MTD_BLOCK=y CONFIG_MTD_M25P80=y +CONFIG_MTD_NAND=y +CONFIG_MTD_NAND_DENALI_DT=y CONFIG_MTD_SPI_NOR=y CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_NBD=m