lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ