diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/kconfig/zconf.y | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/scripts/kconfig/zconf.y b/scripts/kconfig/zconf.y index dcbf6439ace9..eeb449bd5869 100644 --- a/scripts/kconfig/zconf.y +++ b/scripts/kconfig/zconf.y | |||
| @@ -354,14 +354,7 @@ menu_end: end | |||
| 354 | } | 354 | } |
| 355 | }; | 355 | }; |
| 356 | 356 | ||
| 357 | menu_stmt: menu_entry menu_block menu_end | 357 | menu_stmt: menu_entry stmt_list menu_end |
| 358 | ; | ||
| 359 | |||
| 360 | menu_block: | ||
| 361 | /* empty */ | ||
| 362 | | menu_block common_stmt | ||
| 363 | | menu_block menu_stmt | ||
| 364 | | menu_block choice_stmt | ||
| 365 | ; | 358 | ; |
| 366 | 359 | ||
| 367 | source_stmt: T_SOURCE prompt T_EOL | 360 | source_stmt: T_SOURCE prompt T_EOL |
