X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=config%2Fsymbol.c;h=25cf0c2c0c795ac36658a2bfa061c9f3383630a1;hb=f99b6fd51bf8429eaad357ac9c7149a92f719628;hp=50878dc025a5746d51316c6f1bd4c1e1b8a41707;hpb=3d404803d26dac6f6f72870e57cf25429c9a086d;p=carl9170fw.git diff --git a/config/symbol.c b/config/symbol.c index 50878dc..25cf0c2 100644 --- a/config/symbol.c +++ b/config/symbol.c @@ -1116,6 +1116,8 @@ static void sym_check_print_recursive(struct symbol *last_sym) if (stack->sym == last_sym) fprintf(stderr, "%s:%d:error: recursive dependency detected!\n", prop->file->name, prop->lineno); + fprintf(stderr, "For a resolution refer to Documentation/kbuild/kconfig-language.txt\n"); + fprintf(stderr, "subsection \"Kconfig recursive dependency limitations\"\n"); if (stack->expr) { fprintf(stderr, "%s:%d:\tsymbol %s %s value contains %s\n", prop->file->name, prop->lineno,