diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-01-30 10:55:46 +0900 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2017-01-29 21:17:58 -0800 |
commit | ddf4d59b3450eb1c710f90b0e682216dbd80fdc7 (patch) | |
tree | 4628becb144455e5b0b76a198efd123bed4da32a /arch/arm64/configs | |
parent | 9450a5dc5391e40ca8f2aa50e4fa91fe4fb7c5be (diff) |
arm64: defconfig: enable CONFIG_MTD_BLOCK
Enable the block layer support for MTD devices.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index f2be18d30939..9ec99506b8be 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -145,6 +145,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 |