Kconfig: Add COMPILE_TEST option
authorTom Rini <trini@konsulko.com>
Fri, 4 Jul 2025 21:46:05 +0000 (15:46 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 11 Jul 2025 17:33:25 +0000 (11:33 -0600)
commit011079c375d029f47e91d57f84927f392ffd2d61
tree0d9ef73fd38d4ea93f19418f1f84351fe501ebee
parentd0ed9636902bc5c0d7ea5f73926441241acb6051
Kconfig: Add COMPILE_TEST option

Take the COMPILE_TEST option from the Linux Kernel v6.15 and since the
wording there is OK for us too, use it verbatim. Also update the default
for WERROR to be COMPILE_TEST which again matches the Linux Kernel.

This is the first big step needed to allow for "allyesconfig" to be
possible as it then lets us then disable things that aren't valid for a
compile only test.

Signed-off-by: Tom Rini <trini@konsulko.com>
Kconfig