diff mbox series

[RESEND,1/2] arm64: defconfig: enable CONFIG_MTD_BLOCK

Message ID 1485741347-17363-2-git-send-email-yamada.masahiro@socionext.com
State Accepted
Commit ddf4d59b3450eb1c710f90b0e682216dbd80fdc7
Headers show
Series arm64: defconfig: enable some NAND config symbols | expand

Commit Message

Masahiro Yamada Jan. 30, 2017, 1:55 a.m. UTC
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(+)

-- 
2.7.4


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
diff mbox series

Patch

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