18c2ecf20Sopenharmony_ciconfig WARN_MISSING_DOCUMENTS
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ci	bool "Warn if there's a missing documentation file"
48c2ecf20Sopenharmony_ci	depends on COMPILE_TEST
58c2ecf20Sopenharmony_ci	help
68c2ecf20Sopenharmony_ci	   It is not uncommon that a document gets renamed.
78c2ecf20Sopenharmony_ci	   This option makes the Kernel to check for missing dependencies,
88c2ecf20Sopenharmony_ci	   warning when something is missing. Works only if the Kernel
98c2ecf20Sopenharmony_ci	   is built from a git tree.
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci	   If unsure, select 'N'.
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ciconfig WARN_ABI_ERRORS
148c2ecf20Sopenharmony_ci	bool "Warn if there are errors at ABI files"
158c2ecf20Sopenharmony_ci	depends on COMPILE_TEST
168c2ecf20Sopenharmony_ci	help
178c2ecf20Sopenharmony_ci	   The files under Documentation/ABI should follow what's
188c2ecf20Sopenharmony_ci	   described at Documentation/ABI/README. Yet, as they're manually
198c2ecf20Sopenharmony_ci	   written, it would be possible that some of those files would
208c2ecf20Sopenharmony_ci	   have errors that would break them for being parsed by
218c2ecf20Sopenharmony_ci	   scripts/get_abi.pl. Add a check to verify them.
228c2ecf20Sopenharmony_ci
238c2ecf20Sopenharmony_ci	   If unsure, select 'N'.
24