On Fri, 2020-05-15 at 14:40 +0300, Andy Shevchenko wrote: > On Fri, May 15, 2020 at 11:30:16AM +0200, Marco Felsch wrote: > > On 20-05-15 14:20, Fengping Yu wrote: > > ... > > > > + depends on OF && HAVE_CLK > > > > Please drop those deps and instead use: > > +1 > > > depends on ARCH_MEDIATEK && ARM64 > > I would go even further > depends on (ARCH_MEDIATEK && ARM64) || COMPILE_TEST
Please drop ARM64. This works for 32bits SoC as well. Joe.C