memory: jz4780-nemc: Dependency on undefined Kconfig option

From: Valentin Rothberg
Date: Thu Apr 02 2015 - 05:10:23 EST


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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/