]> git.ipfire.org Git - thirdparty/linux.git/blob - Documentation/Kconfig
Merge tag 'csky-for-linus-5.3-rc1' of git://github.com/c-sky/csky-linux
[thirdparty/linux.git] / Documentation / Kconfig
1 config WARN_MISSING_DOCUMENTS
2
3 bool "Warn if there's a missing documentation file"
4 depends on COMPILE_TEST
5 help
6 It is not uncommon that a document gets renamed.
7 This option makes the Kernel to check for missing dependencies,
8 warning when something is missing. Works only if the Kernel
9 is built from a git tree.
10
11 If unsure, select 'N'.
12
13