Message ID | 20160216022653.12147.84730.sendpatchset@little-apple (mailing list archive) |
---|---|
State | Accepted |
Commit | f7e020512e10a185d58d0f11faa57093345fd5b2 |
Headers | show |
On Tue, Feb 16, 2016 at 3:26 AM, Magnus Damm <magnus.damm@gmail.com> wrote: > From: Magnus Damm <damm+renesas@opensource.se> > > Select RENESAS_IRQC for Arm64 SoCs from Renesas to enable > build of drivers/irqchip/irq-renesas-irqc.c. > > Signed-off-by: Magnus Damm <damm+renesas@opensource.se> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds
--- 0001/arch/arm64/Kconfig.platforms +++ work/arch/arm64/Kconfig.platforms 2016-02-16 11:02:55.040513000 +0900 @@ -77,6 +77,7 @@ config ARCH_RENESAS select ARCH_SHMOBILE select PINCTRL select PM_GENERIC_DOMAINS if PM + select RENESAS_IRQC help This enables support for the ARMv8 based Renesas SoCs.