0001 config WARN_MISSING_DOCUMENTS
0002 bool "Warn if there's a missing documentation file"
0003 depends on COMPILE_TEST
0004 help
0005 It is not uncommon that a document gets renamed.
0006 This option makes the Kernel to check for missing dependencies,
0007 warning when something is missing. Works only if the Kernel
0008 is built from a git tree.
0009
0010 If unsure, select 'N'.
0011
0012 config WARN_ABI_ERRORS
0013 bool "Warn if there are errors at ABI files"
0014 depends on COMPILE_TEST
0015 help
0016 The files under Documentation/ABI should follow what's
0017 described at Documentation/ABI/README. Yet, as they're manually
0018 written, it would be possible that some of those files would
0019 have errors that would break them for being parsed by
0020 scripts/get_abi.pl. Add a check to verify them.
0021
0022 If unsure, select 'N'.