xref: /linux/Documentation/Kconfig (revision 9a87ffc99ec8eb8d35eed7c4f816d75f5cc9662e)
1*b4f34f0bSPeter Foleyif COMPILE_TEST
2*b4f34f0bSPeter Foley
3*b4f34f0bSPeter Foleymenu "Documentation"
4*b4f34f0bSPeter Foley
5b1663d7eSMauro Carvalho Chehabconfig WARN_MISSING_DOCUMENTS
6b1663d7eSMauro Carvalho Chehab	bool "Warn if there's a missing documentation file"
7b1663d7eSMauro Carvalho Chehab	help
8b1663d7eSMauro Carvalho Chehab	  It is not uncommon that a document gets renamed.
9b1663d7eSMauro Carvalho Chehab	  This option makes the Kernel to check for missing dependencies,
10b1663d7eSMauro Carvalho Chehab	  warning when something is missing. Works only if the Kernel
11b1663d7eSMauro Carvalho Chehab	  is built from a git tree.
12b1663d7eSMauro Carvalho Chehab
13b1663d7eSMauro Carvalho Chehab	  If unsure, select 'N'.
14b1663d7eSMauro Carvalho Chehab
1575442fb0SMauro Carvalho Chehabconfig WARN_ABI_ERRORS
1675442fb0SMauro Carvalho Chehab	bool "Warn if there are errors at ABI files"
1775442fb0SMauro Carvalho Chehab	help
1875442fb0SMauro Carvalho Chehab	  The files under Documentation/ABI should follow what's
1975442fb0SMauro Carvalho Chehab	  described at Documentation/ABI/README. Yet, as they're manually
2075442fb0SMauro Carvalho Chehab	  written, it would be possible that some of those files would
2175442fb0SMauro Carvalho Chehab	  have errors that would break them for being parsed by
2275442fb0SMauro Carvalho Chehab	  scripts/get_abi.pl. Add a check to verify them.
23b1663d7eSMauro Carvalho Chehab
2475442fb0SMauro Carvalho Chehab	  If unsure, select 'N'.
25*b4f34f0bSPeter Foley
26*b4f34f0bSPeter Foleyendmenu
27*b4f34f0bSPeter Foley
28*b4f34f0bSPeter Foleyendif
29