X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=config%2Fsymbol.c;fp=config%2Fsymbol.c;h=25cf0c2c0c795ac36658a2bfa061c9f3383630a1;hb=6be08df9d385c3a7a49e22883e052fc13d4e5794;hp=50878dc025a5746d51316c6f1bd4c1e1b8a41707;hpb=51e70998a3af766f0a6366f7ee08d5fb19dae1dd;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,