1 if COMPILE_TEST << 2 << 3 menu "Documentation" << 4 << 5 config WARN_MISSING_DOCUMENTS 1 config WARN_MISSING_DOCUMENTS 6 bool "Warn if there's a missing docume << 7 help << 8 It is not uncommon that a document g << 9 This option makes the Kernel to chec << 10 warning when something is missing. W << 11 is built from a git tree. << 12 << 13 If unsure, select 'N'. << 14 2 15 config WARN_ABI_ERRORS !! 3 bool "Warn if there's a missing documentation file" 16 bool "Warn if there are errors at ABI !! 4 depends on COMPILE_TEST 17 help 5 help 18 The files under Documentation/ABI sh !! 6 It is not uncommon that a document gets renamed. 19 described at Documentation/ABI/READM !! 7 This option makes the Kernel to check for missing dependencies, 20 written, it would be possible that s !! 8 warning when something is missing. Works only if the Kernel 21 have errors that would break them fo !! 9 is built from a git tree. 22 scripts/get_abi.pl. Add a check to v << 23 10 24 If unsure, select 'N'. !! 11 If unsure, select 'N'. 25 12 26 endmenu << 27 13 28 endif <<
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.