All of lore.kernel.org
 help / color / mirror / Atom feed
From: Masahiro Yamada <yamada.masahiro@socionext.com>
To: arm@kernel.org
Cc: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	Masahiro Yamada <yamada.masahiro@socionext.com>,
	Stuart Yoder <stuart.yoder@nxp.com>,
	Riku Voipio <riku.voipio@linaro.org>,
	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>,
	linux-arm-kernel@lists.infradead.org,
	Simon Horman <horms+renesas@verge.net.au>
Subject: [RESEND PATCH 1/2] arm64: defconfig: enable CONFIG_MTD_BLOCK
Date: Mon, 30 Jan 2017 10:55:46 +0900	[thread overview]
Message-ID: <1485741347-17363-2-git-send-email-yamada.masahiro@socionext.com> (raw)
In-Reply-To: <1485741347-17363-1-git-send-email-yamada.masahiro@socionext.com>

Enable the block layer support for MTD devices.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 33b744d..f1f0caf 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
-- 
2.7.4

WARNING: multiple messages have this Message-ID (diff)
From: yamada.masahiro@socionext.com (Masahiro Yamada)
To: linux-arm-kernel@lists.infradead.org
Subject: [RESEND PATCH 1/2] arm64: defconfig: enable CONFIG_MTD_BLOCK
Date: Mon, 30 Jan 2017 10:55:46 +0900	[thread overview]
Message-ID: <1485741347-17363-2-git-send-email-yamada.masahiro@socionext.com> (raw)
In-Reply-To: <1485741347-17363-1-git-send-email-yamada.masahiro@socionext.com>

Enable the block layer support for MTD devices.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 33b744d..f1f0caf 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
-- 
2.7.4

  reply	other threads:[~2017-01-30  1:59 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-30  1:55 [RESEND PATCH 0/2] arm64: defconfig: enable some NAND config symbols Masahiro Yamada
2017-01-30  1:55 ` Masahiro Yamada
2017-01-30  1:55 ` Masahiro Yamada [this message]
2017-01-30  1:55   ` [RESEND PATCH 1/2] arm64: defconfig: enable CONFIG_MTD_BLOCK Masahiro Yamada
2017-01-30  1:55 ` [RESEND PATCH 2/2] arm64: defconfig: enable CONFIG_MTD_NAND and CONFIG_MTD_NAND_DENALI_DT Masahiro Yamada
2017-01-30  1:55   ` Masahiro Yamada
2017-01-30  5:18 ` [RESEND PATCH 0/2] arm64: defconfig: enable some NAND config symbols Olof Johansson
2017-01-30  5:18   ` Olof Johansson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1485741347-17363-2-git-send-email-yamada.masahiro@socionext.com \
    --to=yamada.masahiro@socionext.com \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=catalin.marinas@arm.com \
    --cc=eric@anholt.net \
    --cc=guodong.xu@linaro.org \
    --cc=horms+renesas@verge.net.au \
    --cc=khilman@baylibre.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=olof@lixom.net \
    --cc=riku.voipio@linaro.org \
    --cc=stuart.yoder@nxp.com \
    --cc=treding@nvidia.com \
    --cc=will.deacon@arm.com \
    --cc=xuwei5@hisilicon.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.