kconfig: remove redundant menu_block rule
[carl9170fw.git] / config / zconf.y
index b3564a2c5d09922cd0380f5788f8fa2011a7c307..f72e8994429cd8080042f0135466ef26fd4c23fd 100644 (file)
@@ -354,14 +354,7 @@ menu_end: end
        }
 };
 
        }
 };
 
-menu_stmt: menu_entry menu_block menu_end
-;
-
-menu_block:
-         /* empty */
-       | menu_block common_stmt
-       | menu_block menu_stmt
-       | menu_block choice_stmt
+menu_stmt: menu_entry stmt_list menu_end
 ;
 
 source_stmt: T_SOURCE prompt T_EOL
 ;
 
 source_stmt: T_SOURCE prompt T_EOL