| | 33 | |
| | 34 | == Translation of ''!ItemSelects'' Constraints == |
| | 35 | The KConfig specification defines select statements as follows: |
| | 36 | > reverse dependencies: "select" <symbol> !["if" <expr>] |
| | 37 | > While normal dependencies reduce the upper limit of a symbol (see |
| | 38 | > below), reverse dependencies can be used to force a lower limit of |
| | 39 | > another symbol. The value of the current menu symbol is used as the |
| | 40 | > minimal value <symbol> can be set to. If <symbol> is selected multiple |
| | 41 | > times, the limit is set to the largest selection. |
| | 42 | > Reverse dependencies can only be used with boolean or tristate |
| | 43 | > symbols. |