summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-03-20 13:39:25 +0100
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-03-20 13:39:25 +0100
commit3f705b1404e7ffdf74f60df3cb7186dead4685b3 (patch)
tree419bf8ee1bbfee496a0e4750eb3b24c95482c423 /scripts
parent835ad3e4edb39370dceb6b6ea844fc4b1b3b3712 (diff)
downloadembtoolkit-3f705b1404e7ffdf74f60df3cb7186dead4685b3.tar.gz
embtoolkit-3f705b1404e7ffdf74f60df3cb7186dead4685b3.tar.bz2
embtoolkit-3f705b1404e7ffdf74f60df3cb7186dead4685b3.tar.xz
kconfig: enable warnings again about choices
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 56e8c62..07ff8d1 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