]> git.ipfire.org Git - people/ms/linux.git/blame - Documentation/Kconfig
Merge tag 'omap-for-6.0/fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel...
[people/ms/linux.git] / Documentation / Kconfig
CommitLineData
b1663d7e 1config WARN_MISSING_DOCUMENTS
b1663d7e
MCC
2 bool "Warn if there's a missing documentation file"
3 depends on COMPILE_TEST
4 help
2adb5bb1
JH
5 It is not uncommon that a document gets renamed.
6 This option makes the Kernel to check for missing dependencies,
7 warning when something is missing. Works only if the Kernel
8 is built from a git tree.
b1663d7e 9
2adb5bb1 10 If unsure, select 'N'.
b1663d7e 11
75442fb0
MCC
12config WARN_ABI_ERRORS
13 bool "Warn if there are errors at ABI files"
14 depends on COMPILE_TEST
15 help
2adb5bb1
JH
16 The files under Documentation/ABI should follow what's
17 described at Documentation/ABI/README. Yet, as they're manually
18 written, it would be possible that some of those files would
19 have errors that would break them for being parsed by
20 scripts/get_abi.pl. Add a check to verify them.
b1663d7e 21
2adb5bb1 22 If unsure, select 'N'.