Commit b7ef946
committed
Skip transitional keyword
This allows to parse configs with the transitional key
word. For a working version of the transitional feature it is
necessary to extend parsing of the default keyword to support
setting the value to a variable:
```
config NEW_BOOL
bool "New bool option"
default OLD_BOOL
```
Signed-off-by: Quirin Gylstorff <[email protected]>1 parent 4969567 commit b7ef946
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3151 | 3151 | | |
3152 | 3152 | | |
3153 | 3153 | | |
| 3154 | + | |
| 3155 | + | |
3154 | 3156 | | |
3155 | 3157 | | |
3156 | 3158 | | |
| |||
7010 | 7012 | | |
7011 | 7013 | | |
7012 | 7014 | | |
| 7015 | + | |
7013 | 7016 | | |
7014 | 7017 | | |
7015 | | - | |
| 7018 | + | |
7016 | 7019 | | |
7017 | 7020 | | |
7018 | 7021 | | |
| |||
7059 | 7062 | | |
7060 | 7063 | | |
7061 | 7064 | | |
| 7065 | + | |
7062 | 7066 | | |
7063 | 7067 | | |
7064 | 7068 | | |
| |||
0 commit comments