commit | bdb60101df4a2999608430112a5abfb78628db1e | [log] [tgz] |
---|---|---|
author | Randy Dunlap <rdunlap@infradead.org> | Fri Jun 22 20:08:21 2018 -0700 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Jun 25 23:21:14 2018 +0900 |
tree | eda359d080d00945b822b098d44059becbe5e975 | |
parent | b2d00d7c61c84edd150310af3f556f8a3c6e2e67 [diff] |
kconfig: document Kconfig source file comments I saw this type of Kconfig construct on LKML: config SYMBOOL #bool "prompt string" default y and wondered what it does. Then I wondered if '#' comments are even documented. They aren't, so add a little doc for that. Ah, good. kconfig says: arch/x86/Kconfig:2942:warning: config symbol defined without type Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>