Hi Doug, On Mon, 17 Jun 2024 19:12:05 -0700, Doug Anderson wrote: > On Mon, Jun 17, 2024 at 3:26 PM Dmitry Baryshkov > <dmitry.baryshkov@xxxxxxxxxx> wrote: > > > > On Mon, Jun 17, 2024 at 08:18:14PM GMT, Jean Delvare wrote: > > > The major difference is that one can't possibly enable ARCH_QCOM if > > > building on X86 for example. Therefore COMPILE_TEST is the only way to > > > let everyone (including randconfig/allmodconfig build farms) test-build > > > your code. > > > > > > On the other hand, if you want to test-build drm_dp_aux_bus, you can > > > simply enable OF, because it is available on all architectures and > > > doesn't depend on anything. No need for COMPILE_TEST. > > > > I'd probably let Doug respond, what was his intention. > > Is this me? This looks like a straight revert of commit 876271118aa4 > ("drm/display: Fix build error without CONFIG_OF") > > I don't personally have anything against removing COMPILE_TEST for > this given that I wasn't the one who added it, but make sure it's not > going to cause randconfig issues. Thanks for pointing this commit to my attention, I wasn't aware. This means that my proposed patch is incomplete and would indeed break randconfig. I'll send a v2. -- Jean Delvare SUSE L3 Support