Loading Documentation/kbuild/kconfig-language.txt +9 −1 Original line number Original line Diff line number Diff line Loading @@ -113,6 +113,13 @@ applicable everywhere (see syntax). That will limit the usefulness but on the other hand avoid That will limit the usefulness but on the other hand avoid the illegal configurations all over. the illegal configurations all over. - limiting menu display: "visible if" <expr> This attribute is only applicable to menu blocks, if the condition is false, the menu block is not displayed to the user (the symbols contained there can still be selected by other symbols, though). It is similar to a conditional "prompt" attribude for individual menu entries. Default value of "visible" is true. - numerical ranges: "range" <symbol> <symbol> ["if" <expr>] - numerical ranges: "range" <symbol> <symbol> ["if" <expr>] This allows to limit the range of possible input values for int This allows to limit the range of possible input values for int and hex symbols. The user can only input a value which is larger than and hex symbols. The user can only input a value which is larger than Loading Loading @@ -303,7 +310,8 @@ menu: "endmenu" "endmenu" This defines a menu block, see "Menu structure" above for more This defines a menu block, see "Menu structure" above for more information. The only possible options are dependencies. information. The only possible options are dependencies and "visible" attributes. if: if: Loading Loading
Documentation/kbuild/kconfig-language.txt +9 −1 Original line number Original line Diff line number Diff line Loading @@ -113,6 +113,13 @@ applicable everywhere (see syntax). That will limit the usefulness but on the other hand avoid That will limit the usefulness but on the other hand avoid the illegal configurations all over. the illegal configurations all over. - limiting menu display: "visible if" <expr> This attribute is only applicable to menu blocks, if the condition is false, the menu block is not displayed to the user (the symbols contained there can still be selected by other symbols, though). It is similar to a conditional "prompt" attribude for individual menu entries. Default value of "visible" is true. - numerical ranges: "range" <symbol> <symbol> ["if" <expr>] - numerical ranges: "range" <symbol> <symbol> ["if" <expr>] This allows to limit the range of possible input values for int This allows to limit the range of possible input values for int and hex symbols. The user can only input a value which is larger than and hex symbols. The user can only input a value which is larger than Loading Loading @@ -303,7 +310,8 @@ menu: "endmenu" "endmenu" This defines a menu block, see "Menu structure" above for more This defines a menu block, see "Menu structure" above for more information. The only possible options are dependencies. information. The only possible options are dependencies and "visible" attributes. if: if: Loading