Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

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