From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Mon, 25 Apr 2016 21:08:40 +0200 Subject: [PATCH] ARM: multi_v7_defconfig: enable Denali NAND controller In-Reply-To: <570F8B6E.7040303@osg.samsung.com> References: <1460620464-15896-1-git-send-email-yamada.masahiro@socionext.com> <570F8B6E.7040303@osg.samsung.com> Message-ID: <490300676.HzBTqkBDEO@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thursday 14 April 2016 08:22:06 Javier Martinez Canillas wrote: > On 04/14/2016 03:54 AM, Masahiro Yamada wrote: > > This NAND controller device is used on UniPhier SoCs (and I know > > it is also used on SoC FPGA). > > > > Signed-off-by: Masahiro Yamada > > --- > > > > arch/arm/configs/multi_v7_defconfig | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig > > index 2823490..ef1d642 100644 > > --- a/arch/arm/configs/multi_v7_defconfig > > +++ b/arch/arm/configs/multi_v7_defconfig > > @@ -183,6 +183,7 @@ CONFIG_MTD_CMDLINE_PARTS=y > > CONFIG_MTD_BLOCK=y > > CONFIG_MTD_M25P80=y > > CONFIG_MTD_NAND=y > > +CONFIG_MTD_NAND_DENALI_DT=y > > CONFIG_MTD_NAND_ATMEL=y > > CONFIG_MTD_NAND_BRCMNAND=y > > CONFIG_MTD_NAND_VF610_NFC=y > > > > Patch looks good to me. > > Reviewed-by: Javier Martinez Canillas > Applied to next/defconfig, thanks, Arnd