Re: [PATCH] clk: imx: fix compile testing imxrt1050

From: Arnd Bergmann
Date: Fri Dec 16 2022 - 03:25:11 EST


On Thu, Dec 15, 2022, at 21:15, Jesse Taube wrote:
> On 12/15/22 11:58, Arnd Bergmann wrote:

>> config CLK_IMXRT1050
>> tristate "IMXRT1050 CCM Clock Driver"
>> - depends on SOC_IMXRT
>> + depends on SOC_IMXRT || COMPILE_TEST
> Not sure what COMPILE_TEST is but,

The idea is that you can enable the driver to be built in
allmodconfig or randconfig regardless of the architecture,
to see any compiler-time warnings creeping up without
having to build an imxrt specific kernel.

> Acked-by: Jesse Taube <Mr.Bossman075@xxxxxxxxx>

Thanks

Arnd