Revision 14525656779e72f3191ef3260089bb52f1f1a48b authored by Alexander Potapenko on 17 July 2020, 16:27:25 UTC, committed by Alexander Potapenko on 17 July 2020, 16:27:25 UTC
Signed-off-by: Alexander Potapenko <glider@google.com>
1 parent f8c3542
Raw File
Kconfig
config WARN_MISSING_DOCUMENTS

	bool "Warn if there's a missing documentation file"
	depends on COMPILE_TEST
	help
	   It is not uncommon that a document gets renamed.
	   This option makes the Kernel to check for missing dependencies,
	   warning when something is missing. Works only if the Kernel
	   is built from a git tree.

	   If unsure, select 'N'.


back to top