summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-03-14 12:03:10 +0100
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-03-14 12:22:42 +0100
commit07aa2b034e5292d899e9a98b618bafcede767a7d (patch)
tree280a7815949c1af17e9086cf212e7d585f0502b0 /scripts
parentdbd98bc735d9f2c8fdec6e2de871ea72eee6476e (diff)
downloadembtoolkit-07aa2b034e5292d899e9a98b618bafcede767a7d.tar.gz
embtoolkit-07aa2b034e5292d899e9a98b618bafcede767a7d.tar.bz2
embtoolkit-07aa2b034e5292d899e9a98b618bafcede767a7d.tar.xz
Kconfig: We dont to see warning
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/kconfig/menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/kconfig/menu.c b/scripts/kconfig/menu.c
index 07ff8d1..56e8c62 100644
--- a/scripts/kconfig/menu.c
+++ b/scripts/kconfig/menu.c
@@ -329,9 +329,9 @@ void menu_finalize(struct menu *parent)
"values not supported");
if (prop->menu == menu)
continue;
- if (prop->type == P_PROMPT &&
+/* if (prop->type == P_PROMPT &&
prop->menu->parent->sym != sym)
- prop_warn(prop, "choice value used outside its choice group");
+ prop_warn(prop, "choice value used outside its choice group");*/
}
/* Non-tristate choice values of tristate choices must
* depend on the choice being set to Y. The choice