]>
Commit | Line | Data |
---|---|---|
b4f34f0b PF |
1 | if COMPILE_TEST |
2 | ||
3 | menu "Documentation" | |
4 | ||
b1663d7e | 5 | config WARN_MISSING_DOCUMENTS |
b1663d7e | 6 | bool "Warn if there's a missing documentation file" |
b1663d7e | 7 | help |
2adb5bb1 JH |
8 | It is not uncommon that a document gets renamed. |
9 | This option makes the Kernel to check for missing dependencies, | |
10 | warning when something is missing. Works only if the Kernel | |
11 | is built from a git tree. | |
b1663d7e | 12 | |
2adb5bb1 | 13 | If unsure, select 'N'. |
b1663d7e | 14 | |
75442fb0 MCC |
15 | config WARN_ABI_ERRORS |
16 | bool "Warn if there are errors at ABI files" | |
75442fb0 | 17 | help |
2adb5bb1 JH |
18 | The files under Documentation/ABI should follow what's |
19 | described at Documentation/ABI/README. Yet, as they're manually | |
20 | written, it would be possible that some of those files would | |
21 | have errors that would break them for being parsed by | |
22 | scripts/get_abi.pl. Add a check to verify them. | |
b1663d7e | 23 | |
2adb5bb1 | 24 | If unsure, select 'N'. |
b4f34f0b PF |
25 | |
26 | endmenu | |
27 | ||
28 | endif |