Message ID | 87si795sht.wl%kuninori.morimoto.gx@renesas.com (mailing list archive) |
---|---|
State | RFC |
Headers | show |
Hi Morimoto-san, Inami-san, On Mon, Aug 24, 2015 at 4:33 AM, Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> wrote: > From: Gaku Inami <gaku.inami.xw@bp.renesas.com> > > Since cpu suspend is not supported in R-Car Gen3 initial version, > disable CONFIG_SUSPEND as interim fix until pcsi is available. > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index fcf375a..a2ddca9 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -59,6 +59,7 @@ CONFIG_CMA=y > CONFIG_CMDLINE="console=ttyAMA0" > # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set > CONFIG_COMPAT=y > +# CONFIG_SUSPEND is not set Is this really needed? My local .config used with v5 of your patchset has CONFIG_SUSPEND=y and booted fine. 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 -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index fcf375a..a2ddca9 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -59,6 +59,7 @@ CONFIG_CMA=y CONFIG_CMDLINE="console=ttyAMA0" # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set CONFIG_COMPAT=y +# CONFIG_SUSPEND is not set CONFIG_CPU_IDLE=y CONFIG_ARM_CPUIDLE=y CONFIG_NET=y