[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1589559587.28571.0.camel@mtksdaap41>
Date: Sat, 16 May 2020 00:19:47 +0800
From: Yingjoe Chen <yingjoe.chen@...iatek.com>
To: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
CC: Marco Felsch <m.felsch@...gutronix.de>,
Dmitry Torokhov <dmitry.torokhov@...il.com>,
<linux-kernel@...r.kernel.org>,
<linux-mediatek@...ts.infradead.org>,
Fengping Yu <fengping.yu@...iatek.com>,
<linux-arm-kernel@...ts.infradead.org>
Subject: Re: [PATCH v8 2/3] drivers: input: keyboard: Add mtk keypad driver
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
Powered by blists - more mailing lists