diff mbox

mtd: nand: Update dependency of IFC for LS1021A

Message ID 1482973102-47659-1-git-send-email-b18965@freescale.com
State Accepted
Commit 01eb9ae1aeaf776653a861bb38aaa816a911da58
Headers show

Commit Message

Alison Wang Dec. 29, 2016, 12:58 a.m. UTC
As NAND support for Freescale/NXP IFC controller is available on
LS1021A, the dependency for LS1021A is added.

Signed-off-by: Alison Wang <alison.wang@nxp.com>
---
 drivers/mtd/nand/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

kernel test robot Dec. 29, 2016, 9:52 a.m. UTC | #1
Hi Alison,

[auto build test WARNING on mtd/master]
[also build test WARNING on v4.10-rc1 next-20161224]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/Alison-Wang/mtd-nand-Update-dependency-of-IFC-for-LS1021A/20161229-125233
base:   git://git.infradead.org/linux-mtd.git master
config: arm-allmodconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (Debian 6.1.1-9) 6.1.1 20160705
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=arm 

All warnings (new ones prefixed by >>):

warning: (MTD_NAND_FSL_IFC) selects FSL_IFC which has unmet direct dependencies (MEMORY && (FSL_SOC || ARCH_LAYERSCAPE))

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation
Boris Brezillon Jan. 2, 2017, 9:01 a.m. UTC | #2
Hi Alison,

On Thu, 29 Dec 2016 17:52:37 +0800
kbuild test robot <lkp@intel.com> wrote:

> Hi Alison,
> 
> [auto build test WARNING on mtd/master]
> [also build test WARNING on v4.10-rc1 next-20161224]
> [if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
> 
> url:    https://github.com/0day-ci/linux/commits/Alison-Wang/mtd-nand-Update-dependency-of-IFC-for-LS1021A/20161229-125233
> base:   git://git.infradead.org/linux-mtd.git master
> config: arm-allmodconfig (attached as .config)
> compiler: arm-linux-gnueabi-gcc (Debian 6.1.1-9) 6.1.1 20160705
> reproduce:
>         wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
>         chmod +x ~/bin/make.cross
>         # save the attached .config to linux build tree
>         make.cross ARCH=arm 
> 
> All warnings (new ones prefixed by >>):
> 
> warning: (MTD_NAND_FSL_IFC) selects FSL_IFC which has unmet direct dependencies (MEMORY && (FSL_SOC || ARCH_LAYERSCAPE))

Do you have another patch adding the '|| SOC_LS1021A' dependency on
FSL_IFC? If so, please send both patches in the same series.

Thanks,

Boris
Alison Wang Jan. 3, 2017, 1:24 a.m. UTC | #3
Hi, Boris,

> kbuild test robot <lkp@intel.com> wrote:

> 

> > Hi Alison,

> >

> > [auto build test WARNING on mtd/master] [also build test WARNING on

> > v4.10-rc1 next-20161224] [if your patch is applied to the wrong git

> > tree, please drop us a note to help improve the system]

> >

> > url:    https://github.com/0day-ci/linux/commits/Alison-Wang/mtd-

> nand-Update-dependency-of-IFC-for-LS1021A/20161229-125233

> > base:   git://git.infradead.org/linux-mtd.git master

> > config: arm-allmodconfig (attached as .config)

> > compiler: arm-linux-gnueabi-gcc (Debian 6.1.1-9) 6.1.1 20160705

> > reproduce:

> >         wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-

> tests.git/plain/sbin/make.cross -O ~/bin/make.cross

> >         chmod +x ~/bin/make.cross

> >         # save the attached .config to linux build tree

> >         make.cross ARCH=arm

> >

> > All warnings (new ones prefixed by >>):

> >

> > warning: (MTD_NAND_FSL_IFC) selects FSL_IFC which has unmet direct

> > dependencies (MEMORY && (FSL_SOC || ARCH_LAYERSCAPE))

> 

> Do you have another patch adding the '|| SOC_LS1021A' dependency on

> FSL_IFC? If so, please send both patches in the same series.

> 

[Alison Wang] Thanks for your reminder. Yes, I have another patch. I will send it soon.


Best Regards,
Alison Wang
diff mbox

Patch

diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index 353a9dd..85e3860 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -441,7 +441,7 @@  config MTD_NAND_FSL_ELBC
 
 config MTD_NAND_FSL_IFC
 	tristate "NAND support for Freescale IFC controller"
-	depends on FSL_SOC || ARCH_LAYERSCAPE
+	depends on FSL_SOC || ARCH_LAYERSCAPE || SOC_LS1021A
 	select FSL_IFC
 	select MEMORY
 	help