All of lore.kernel.org
 help / color / mirror / Atom feed
* memory: jz4780-nemc: Dependency on undefined Kconfig option
@ 2015-04-02  9:09 Valentin Rothberg
  2015-04-02  9:19 ` Zubair Lutfullah Kakakhel
  0 siblings, 1 reply; 3+ messages in thread
From: Valentin Rothberg @ 2015-04-02  9:09 UTC (permalink / raw)
  To: alex.smith
  Cc: Zubair.Kakakhel, Greg KH, tony, scottwood, bharat.bhushan,
	linux-kernel, Paul Bolle, Andreas Ruprecht, hengelein Stefan,
	jroedel

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 cannot be compiled.

Is there a patch queued somewhere that adds the missing Kconfig option?

I detected this issue with scripts/checkkconfigsymbols.py by diffing
yesterday's and today's linux-next tree.

Kind regards,
 Valentin

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: memory: jz4780-nemc: Dependency on undefined Kconfig option
  2015-04-02  9:09 memory: jz4780-nemc: Dependency on undefined Kconfig option Valentin Rothberg
@ 2015-04-02  9:19 ` Zubair Lutfullah Kakakhel
  2015-04-02  9:21   ` Valentin Rothberg
  0 siblings, 1 reply; 3+ messages in thread
From: Zubair Lutfullah Kakakhel @ 2015-04-02  9:19 UTC (permalink / raw)
  To: Valentin Rothberg, alex.smith
  Cc: Greg KH, tony, scottwood, bharat.bhushan, linux-kernel,
	Paul Bolle, Andreas Ruprecht, hengelein Stefan, jroedel

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
https://github.com/torvalds/linux/compare/master...paulburton:wip-ci20-v4.0

I have a feeling this will come up with the dma/i2c drivers as well.

Hope that clears the confusion.

Regards,
ZubairLK

On 02/04/15 10:09, Valentin Rothberg wrote:
> 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 cannot be compiled.
> 
> Is there a patch queued somewhere that adds the missing Kconfig option?
> 
> I detected this issue with scripts/checkkconfigsymbols.py by diffing
> yesterday's and today's linux-next tree.
> 
> Kind regards,
>  Valentin
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: memory: jz4780-nemc: Dependency on undefined Kconfig option
  2015-04-02  9:19 ` Zubair Lutfullah Kakakhel
@ 2015-04-02  9:21   ` Valentin Rothberg
  0 siblings, 0 replies; 3+ messages in thread
From: Valentin Rothberg @ 2015-04-02  9:21 UTC (permalink / raw)
  To: Zubair Lutfullah Kakakhel
  Cc: alex.smith, Greg KH, tony, scottwood, bharat.bhushan,
	linux-kernel, Paul Bolle, Andreas Ruprecht, hengelein Stefan,
	jroedel

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.Kakakhel@imgtec.com> 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 refresh/refining.
>
> For reference, see
>
> http://www.spinics.net/lists/mips/msg55258.html
> https://github.com/torvalds/linux/compare/master...paulburton:wip-ci20-v4.0
>
> I have a feeling this will come up with the dma/i2c drivers as well.
>
> Hope that clears the confusion.
>
> Regards,
> ZubairLK
>
> On 02/04/15 10:09, Valentin Rothberg wrote:
>> 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 cannot be compiled.
>>
>> Is there a patch queued somewhere that adds the missing Kconfig option?
>>
>> I detected this issue with scripts/checkkconfigsymbols.py by diffing
>> yesterday's and today's linux-next tree.
>>
>> Kind regards,
>>  Valentin
>>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-04-02  9:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-02  9:09 memory: jz4780-nemc: Dependency on undefined Kconfig option Valentin Rothberg
2015-04-02  9:19 ` Zubair Lutfullah Kakakhel
2015-04-02  9:21   ` Valentin Rothberg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.