From d837647515b59137a837c3f67dacfc9b7ad3e981 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 4 May 2015 20:19:57 +0200 Subject: parse_kconfig adding proper visibility dependency For unknown reasons, output rules with generated default solution are not satisfiable. --- scripts/parse_kconfig/symlist.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'scripts/parse_kconfig/symlist.h') diff --git a/scripts/parse_kconfig/symlist.h b/scripts/parse_kconfig/symlist.h index 234f776..5499bff 100644 --- a/scripts/parse_kconfig/symlist.h +++ b/scripts/parse_kconfig/symlist.h @@ -12,9 +12,10 @@ struct symlist_el { char *name; - bool prompt; - - struct boolexpr *def, *dep, *rev_dep; + struct boolexpr *def; // default value + struct boolexpr *vis; // visibility + struct boolexpr *dep; // direct dependency + struct boolexpr *rev_dep; // reverse dependency }; struct symlist { -- cgit v1.2.3