linux/Documentation/kbuild
Randy Dunlap bdb60101df 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>
2018-06-25 23:21:14 +09:00
..
00-INDEX
Kconfig.recursion-issue-01
Kconfig.recursion-issue-02
Kconfig.select-break
headers_install.txt
kbuild.txt kbuild: remove internally used LDFLAGS_vmlinux from kbuild.txt 2018-03-26 02:01:21 +09:00
kconfig-language.txt kconfig: document Kconfig source file comments 2018-06-25 23:21:14 +09:00
kconfig-macro-language.txt Documentation: kconfig: document a new Kconfig macro language 2018-05-29 03:31:19 +09:00
kconfig.txt kconfig: rename silentoldconfig to syncconfig 2018-03-26 02:04:00 +09:00
makefiles.txt kbuild: remove command line interface LDFLAGS_MODULE from makefiles.txt 2018-03-26 02:01:20 +09:00
modules.txt