1 Kconfig 5.8 (since commit 09d5873e4d1f70202314b5fe40160f9b14b9d2d0)
2 blocks using the source statement within choice but that's a pattern we
3 use intensively. Re-enable it.
5 Index: kconfig/parser.y
6 ===================================================================
7 --- kconfig.orig/parser.y
9 @@ -134,6 +134,7 @@ stmt_list_in_choice:
10 | stmt_list_in_choice comment_stmt
11 | stmt_list_in_choice config_stmt
12 | stmt_list_in_choice if_stmt_in_choice
13 + | stmt_list_in_choice source_stmt
14 | stmt_list_in_choice error T_EOL { zconf_error("invalid statement"); }