xref: /linux/Documentation/Kconfig (revision 75442fb0ccaacddf1654a5304401a9f556c61004)
1b1663d7eSMauro Carvalho Chehabconfig WARN_MISSING_DOCUMENTS
2b1663d7eSMauro Carvalho Chehab
3b1663d7eSMauro Carvalho Chehab	bool "Warn if there's a missing documentation file"
4b1663d7eSMauro Carvalho Chehab	depends on COMPILE_TEST
5b1663d7eSMauro Carvalho Chehab	help
6b1663d7eSMauro Carvalho Chehab	   It is not uncommon that a document gets renamed.
7b1663d7eSMauro Carvalho Chehab	   This option makes the Kernel to check for missing dependencies,
8b1663d7eSMauro Carvalho Chehab	   warning when something is missing. Works only if the Kernel
9b1663d7eSMauro Carvalho Chehab	   is built from a git tree.
10b1663d7eSMauro Carvalho Chehab
11b1663d7eSMauro Carvalho Chehab	   If unsure, select 'N'.
12b1663d7eSMauro Carvalho Chehab
13*75442fb0SMauro Carvalho Chehabconfig WARN_ABI_ERRORS
14*75442fb0SMauro Carvalho Chehab	bool "Warn if there are errors at ABI files"
15*75442fb0SMauro Carvalho Chehab	depends on COMPILE_TEST
16*75442fb0SMauro Carvalho Chehab	help
17*75442fb0SMauro Carvalho Chehab	   The files under Documentation/ABI should follow what's
18*75442fb0SMauro Carvalho Chehab	   described at Documentation/ABI/README. Yet, as they're manually
19*75442fb0SMauro Carvalho Chehab	   written, it would be possible that some of those files would
20*75442fb0SMauro Carvalho Chehab	   have errors that would break them for being parsed by
21*75442fb0SMauro Carvalho Chehab	   scripts/get_abi.pl. Add a check to verify them.
22b1663d7eSMauro Carvalho Chehab
23*75442fb0SMauro Carvalho Chehab	   If unsure, select 'N'.
24