2015-04-24 18:52:25

by Valentin Rothberg

[permalink] [raw]
Subject: bf609: undefined Kconfig option FB_BF609_NL8048

Hi Scott,

your commit b3df664b85c7 ("bf609: add resources for lcd nl8048") is in
today's Linux next tree and adds the following #ifdef block:

+#if defined(CONFIG_FB_BF609_NL8048) \
+ || defined(CONFIG_FB_BF609_NL8048_MODULE)
[...]

At the current state, the ifdef guarded code cannot be compiled since
the Kconfig option is not defined. Is there a patch queued somewhere
to add this missing option?

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

Kind regards,
Valentin