aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/configs
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-01-30 10:55:47 +0900
committerOlof Johansson <olof@lixom.net>2017-01-29 21:18:00 -0800
commitfa11b3dd54ec26ad1daf442e78063eb21f4d93d4 (patch)
tree24d67972d1053d92da64fbe8fc75504e698b5a02 /arch/arm64/configs
parentarm64: defconfig: enable CONFIG_MTD_BLOCK (diff)
downloadlinux-dev-fa11b3dd54ec26ad1daf442e78063eb21f4d93d4.tar.xz
linux-dev-fa11b3dd54ec26ad1daf442e78063eb21f4d93d4.zip
arm64: defconfig: enable CONFIG_MTD_NAND and CONFIG_MTD_NAND_DENALI_DT
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> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r--arch/arm64/configs/defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 9ec99506b8be..35c0c97afe3a 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -147,6 +147,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