diff options
Diffstat (limited to 'Documentation/kbuild/kconfig-language.txt')
-rw-r--r-- | Documentation/kbuild/kconfig-language.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/kbuild/kconfig-language.txt b/Documentation/kbuild/kconfig-language.txt index 3534a84d206c..64e0775a62d4 100644 --- a/Documentation/kbuild/kconfig-language.txt +++ b/Documentation/kbuild/kconfig-language.txt | |||
@@ -430,6 +430,12 @@ This sets the config program's title bar if the config program chooses | |||
430 | to use it. It should be placed at the top of the configuration, before any | 430 | to use it. It should be placed at the top of the configuration, before any |
431 | other statement. | 431 | other statement. |
432 | 432 | ||
433 | '#' Kconfig source file comment: | ||
434 | |||
435 | An unquoted '#' character anywhere in a source file line indicates | ||
436 | the beginning of a source file comment. The remainder of that line | ||
437 | is a comment. | ||
438 | |||
433 | 439 | ||
434 | Kconfig hints | 440 | Kconfig hints |
435 | ------------- | 441 | ------------- |