Re: memory: jz4780-nemc: Dependency on undefined Kconfig option

2015-04-02 Thread Valentin Rothberg
Hi Zubair, thanks for your answer and the references. Kind regards, Valentin On Thu, Apr 2, 2015 at 11:19 AM, Zubair Lutfullah Kakakhel wrote: > Hi Valentin, > > MACH_JZ4780 will definitely be added via arch/mips > > But the patch series for core jz4780 SOC support still needs a bit of >

Re: memory: jz4780-nemc: Dependency on undefined Kconfig option

2015-04-02 Thread Zubair Lutfullah Kakakhel
Hi Valentin, MACH_JZ4780 will definitely be added via arch/mips But the patch series for core jz4780 SOC support still needs a bit of refresh/refining. For reference, see http://www.spinics.net/lists/mips/msg55258.html

memory: jz4780-nemc: Dependency on undefined Kconfig option

2015-04-02 Thread Valentin Rothberg
Hi Alex, your commit ("memory: jz4780-nemc: driver for the NEMC on JZ4780 SoCs") sets MACH_JZ4780 as Kconfig dependency for the JZ4780_NEMC driver. +config JZ4780_NEMC [...] + depends on MACH_JZ4780 MACH_JZ4780 is not defined in Kconfig, so that JZ4780_NEMC is always false and the driver

memory: jz4780-nemc: Dependency on undefined Kconfig option

2015-04-02 Thread Valentin Rothberg
Hi Alex, your commit (memory: jz4780-nemc: driver for the NEMC on JZ4780 SoCs) sets MACH_JZ4780 as Kconfig dependency for the JZ4780_NEMC driver. +config JZ4780_NEMC [...] + depends on MACH_JZ4780 MACH_JZ4780 is not defined in Kconfig, so that JZ4780_NEMC is always false and the driver

Re: memory: jz4780-nemc: Dependency on undefined Kconfig option

2015-04-02 Thread Zubair Lutfullah Kakakhel
Hi Valentin, MACH_JZ4780 will definitely be added via arch/mips But the patch series for core jz4780 SOC support still needs a bit of refresh/refining. For reference, see http://www.spinics.net/lists/mips/msg55258.html

Re: memory: jz4780-nemc: Dependency on undefined Kconfig option

2015-04-02 Thread Valentin Rothberg
Hi Zubair, thanks for your answer and the references. Kind regards, Valentin On Thu, Apr 2, 2015 at 11:19 AM, Zubair Lutfullah Kakakhel zubair.kakak...@imgtec.com wrote: Hi Valentin, MACH_JZ4780 will definitely be added via arch/mips But the patch series for core jz4780 SOC support still