diff options
Diffstat (limited to 'Documentation/kbuild/kconfig-language.txt')
-rw-r--r-- | Documentation/kbuild/kconfig-language.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/kbuild/kconfig-language.txt b/Documentation/kbuild/kconfig-language.txt index 44e2649fbb29..a686f9cd69c1 100644 --- a/Documentation/kbuild/kconfig-language.txt +++ b/Documentation/kbuild/kconfig-language.txt | |||
@@ -117,7 +117,7 @@ applicable everywhere (see syntax). | |||
117 | This attribute is only applicable to menu blocks, if the condition is | 117 | This attribute is only applicable to menu blocks, if the condition is |
118 | false, the menu block is not displayed to the user (the symbols | 118 | false, the menu block is not displayed to the user (the symbols |
119 | contained there can still be selected by other symbols, though). It is | 119 | contained there can still be selected by other symbols, though). It is |
120 | similar to a conditional "prompt" attribude for individual menu | 120 | similar to a conditional "prompt" attribute for individual menu |
121 | entries. Default value of "visible" is true. | 121 | entries. Default value of "visible" is true. |
122 | 122 | ||
123 | - numerical ranges: "range" <symbol> <symbol> ["if" <expr>] | 123 | - numerical ranges: "range" <symbol> <symbol> ["if" <expr>] |