Re: [PATCH v3] media: coda: Convert the driver to DT-only
From: Andy Shevchenko
Date: Wed Dec 02 2020 - 08:06:20 EST
On Wed, Dec 2, 2020 at 1:44 PM Fabio Estevam <festevam@xxxxxxxxx> wrote:
>
> Since 5.10-rc1 i.MX is a devicetree-only platform, so simplify the code
> by removing the unused non-DT support.
Shouldn't you add something like
depends on OF || COMPILE_TEST
to show explicitly that driver requires OF to function?
--
With Best Regards,
Andy Shevchenko