Re: [PATCH] gpio: rcar: Enable r8a7795 for ARM64

From: Kuninori Morimoto
Date: Tue Aug 25 2015 - 05:15:24 EST



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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/