On Thu, Aug 19, 2010 at 09:51:02AM -0700, Randy Dunlap wrote: > In xconfig, when I enable (on menu) Option/Show Debug Info, > the symbol's help/symbol info box (window) often says: > > type: tristate > unknown property: symbol > ^^^^^^^^^^^^^^^^^^^^^^^^ I introduced a new property P_SYMBOL used to hold information about where a symbol is defined. (which Kconfig files/line numbers). You could just plainly ignore that property in ConfigInfoView::debug_info(struct symbol *sym) Or you could add info about the file/line where the symbol is defined. Note - it may be in several files. Can you try this yourself? Sam -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html