On Mon, Mar 4, 2024 at 1:24 AM Maxime Ripard mripard@kernel.org wrote: [ ... ]
If anything, it's more of a side-effect to the push for COMPILE_TEST than anything.
If the drm subsystem maintainers don't want people to build it with COMPILE_TEST while at the same time not limiting it to platforms where it doesn't even build, I'd suggest making it dependent on !COMPILE_TEST.
The same applies to all other subsystems where maintainers don't want build tests to run but also don't want to add restrictions such as "64-bit only". After all, this was just one example.
Guenter