Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1545223
| Path | csiph.com!news.mixmin.net!aioe.org!news.servidellagleba.it!bofh.it!news.nic.it!robomod |
|---|---|
| From | Masahiro Yamada <yamada.masahiro@socionext.com> |
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/2] arm64: defconfig: enable CONFIG_MTD_NAND and CONFIG_MTD_NAND_DENALI_DT |
| Date | Tue, 20 Dec 2016 17:10:01 +0100 |
| Message-ID | <sQv9f-7Ms-29@gated-at.bofh.it> (permalink) |
| References | <sQv9f-7Ms-11@gated-at.bofh.it> |
| X-Original-To | linux-arm-kernel@lists.infradead.org |
| 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] |
| X-Mailer | git-send-email 2.7.4 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 24 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Masahiro Yamada <yamada.masahiro@socionext.com>, Arnd Bergmann <arnd@arndb.de>, Thierry Reding <treding@nvidia.com>, linux-kernel@vger.kernel.org, Kevin Hilman <khilman@baylibre.com>, Wei Xu <xuwei5@hisilicon.com>, Will Deacon <will.deacon@arm.com>, Catalin Marinas <catalin.marinas@arm.com>, Guodong Xu <guodong.xu@linaro.org>, Eric Anholt <eric@anholt.net>, Riku Voipio <riku.voipio@linaro.org> |
| X-Original-Date | Wed, 21 Dec 2016 01:04:53 +0900 |
| X-Original-Message-ID | <1482249893-14988-2-git-send-email-yamada.masahiro@socionext.com> |
| X-Original-References | <1482249893-14988-1-git-send-email-yamada.masahiro@socionext.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1545223 |
Show key headers only | View raw
Enable the NAND framework and the Denali NAND controller driver. This NAND controller is used on UniPhier SoCs. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> --- 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 -- 2.7.4
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 1/2] arm64: defconfig: enable CONFIG_MTD_BLOCK Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-12-20 17:10 +0100 [PATCH 2/2] arm64: defconfig: enable CONFIG_MTD_NAND and CONFIG_MTD_NAND_DENALI_DT Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-12-20 17:10 +0100
csiph-web