RE: [PATCH 09/15] arm64: defconfig: Enable QorIQ IFC NAND controller driver

From: Leo Li
Date: Wed Mar 11 2020 - 14:55:31 EST




> -----Original Message-----
> From: Shawn Guo <shawnguo@xxxxxxxxxx>
> Sent: Wednesday, March 11, 2020 1:13 AM
> To: Leo Li <leoyang.li@xxxxxxx>
> Cc: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx
> Subject: Re: [PATCH 09/15] arm64: defconfig: Enable QorIQ IFC NAND
> controller driver
>
> On Mon, Feb 24, 2020 at 05:08:04PM -0600, Li Yang wrote:
> > Enables NXP/FSL QorIQ IFC flash controller driver for NAND. Enabled as
> > built-in to load RFS from nand flash without initramfs.
> >
> > Signed-off-by: Li Yang <leoyang.li@xxxxxxx>
> > ---
> > arch/arm64/configs/defconfig | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> > index d2d5d470a6fc..a625e322fa27 100644
> > --- a/arch/arm64/configs/defconfig
> > +++ b/arch/arm64/configs/defconfig
> > @@ -217,6 +217,7 @@ CONFIG_MTD_BLOCK=y
> > CONFIG_MTD_RAW_NAND=y
> > CONFIG_MTD_NAND_DENALI_DT=y
> > CONFIG_MTD_NAND_MARVELL=y
> > +CONFIG_MTD_NAND_FSL_IFC=y
> > CONFIG_MTD_NAND_QCOM=y
> > CONFIG_MTD_SPI_NOR=y
> > CONFIG_SPI_CADENCE_QUADSPI=y
> > @@ -801,7 +802,6 @@ CONFIG_ARCH_K3_J721E_SOC=y
> > CONFIG_TI_SCI_PM_DOMAINS=y
> > CONFIG_EXTCON_USB_GPIO=y
> > CONFIG_EXTCON_USBC_CROS_EC=y
> > -CONFIG_MEMORY=y
>
> Why is this getting removed? Maybe worth a mentioning in the commit
> log?

MTD_NAND_FSL_IFC selects MEMORY. I can add it in the commit message.

>
> Shawn
>
> > CONFIG_IIO=y
> > CONFIG_EXYNOS_ADC=y
> > CONFIG_QCOM_SPMI_ADC5=m
> > --
> > 2.17.1
> >