[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <87zj1f68cp.wl%kuninori.morimoto.gx@renesas.com>
Date: Tue, 25 Aug 2015 09:15:06 +0000
From: Kuninori Morimoto <kuninori.morimoto.gx@...esas.com>
To: Geert Uytterhoeven <geert@...ux-m68k.org>
CC: Simon <horms@...ge.net.au>,
Linus Walleij <linus.walleij@...aro.org>,
Magnus <magnus.damm@...il.com>,
Linux-sh list <linux-sh@...r.kernel.org>,
Alexandre Courbot <gnurou@...il.com>,
"linux-gpio@...r.kernel.org" <linux-gpio@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] gpio: rcar: Enable r8a7795 for ARM64
Hi Geert
> > config GPIO_RCAR
> > tristate "Renesas R-Car GPIO"
> > - depends on ARM && (ARCH_SHMOBILE || COMPILE_TEST)
> > + depends on (ARM || ARM64) && (ARCH_SHMOBILE || COMPILE_TEST)
>
> As this driver seems to compile fine on non-ARM, what about relaxing the
> dependency to
>
> depends on ARCH_SHMOBILE || COMPILE_TEST
I posted updated one, thanks
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists