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

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.