Re: [PATCH] mtd: nand: add FSL_SOC dependency to drivers using FSL_LBC

2016-01-07 Thread Brian Norris
Hi Scott, On Thu, Jan 07, 2016 at 02:40:37PM -0600, Scott Wood wrote: > On Thu, 2016-01-07 at 12:34 -0800, Brian Norris wrote: > > On Thu, Jan 07, 2016 at 01:47:33PM -0600, Scott Wood wrote: > > > On Thu, 2016-01-07 at 11:21 -0800, Brian Norris wrote: > > > > I've managed to construct .config file

Re: [PATCH] mtd: nand: add FSL_SOC dependency to drivers using FSL_LBC

2016-01-07 Thread Scott Wood
On Thu, 2016-01-07 at 12:34 -0800, Brian Norris wrote: > Hi Scott, > > On Thu, Jan 07, 2016 at 01:47:33PM -0600, Scott Wood wrote: > > On Thu, 2016-01-07 at 11:21 -0800, Brian Norris wrote: > > > I've managed to construct .config files (for ppc64) that come across > > > this Kconfig warning: > > >

Re: [PATCH] mtd: nand: add FSL_SOC dependency to drivers using FSL_LBC

2016-01-07 Thread Brian Norris
Hi Scott, On Thu, Jan 07, 2016 at 01:47:33PM -0600, Scott Wood wrote: > On Thu, 2016-01-07 at 11:21 -0800, Brian Norris wrote: > > I've managed to construct .config files (for ppc64) that come across > > this Kconfig warning: > > > > warning: (MPC836x_RDK && MTD_NAND_FSL_ELBC && MTD_NAND_FSL_UP

Re: [PATCH] mtd: nand: add FSL_SOC dependency to drivers using FSL_LBC

2016-01-07 Thread Scott Wood
On Thu, 2016-01-07 at 11:21 -0800, Brian Norris wrote: > I've managed to construct .config files (for ppc64) that come across > this Kconfig warning: > > warning: (MPC836x_RDK && MTD_NAND_FSL_ELBC && MTD_NAND_FSL_UPM) selects > FSL_LBC which has unmet direct dependencies (FSL_SOC) > > Let's add

[PATCH] mtd: nand: add FSL_SOC dependency to drivers using FSL_LBC

2016-01-07 Thread Brian Norris
I've managed to construct .config files (for ppc64) that come across this Kconfig warning: warning: (MPC836x_RDK && MTD_NAND_FSL_ELBC && MTD_NAND_FSL_UPM) selects FSL_LBC which has unmet direct dependencies (FSL_SOC) Let's add the FSL_SOC dependency to the NAND drivers. AFAICT, they are only s