diff --git a/scripts/config/menu.c b/scripts/config/menu.c
index 286e25569d3148ca1074d009e40319511e05603e..4b49fa50d11a7aa729a52ad3f8df3cc0a7b09058 100644
--- a/scripts/config/menu.c
+++ b/scripts/config/menu.c
@@ -296,9 +296,6 @@ void menu_finalize(struct menu *parent)
 					    "currently only support a "
 					    "single prompt");
 				}
-				if (prop->type == P_DEFAULT)
-					prop_warn(prop, "defaults for choice "
-					    "values not supported");
 			}
 			current_entry = menu;
 			menu_set_type(sym->type);