Re: [PATCH] pinctrl: actions: Add the platform dependency to drivers
From: Manivannan Sadhasivam <hidden>
Date: 2021-01-22 13:53:07
Also in:
linux-arm-kernel, lkml
From: Manivannan Sadhasivam <hidden>
Date: 2021-01-22 13:53:07
Also in:
linux-arm-kernel, lkml
On Fri, Jan 22, 2021 at 02:19:07PM +0100, Linus Walleij wrote:
On Thu, Jan 21, 2021 at 7:26 AM Manivannan Sadhasivam [off-list ref] wrote:quoted
The Actions Semi pinctrl drivers are a mix of both ARM32 and ARM64 platforms. So let's add the correct platform dependency to avoid them being selected on the other. Signed-off-by: Manivannan Sadhasivam <redacted>Are you not opting out of build tests when you do this? What about: depends on ARM64 || COMPILE_TEST (etc) ?
Oh yeah, I missed it. Will send v2. Thanks, Mani
Yours, Linus Walleij Yours, Linus Walleij