diff mbox

[25/25,v7,RFC] Local: Hack: disable CONFIG_SUSPEND

Message ID 87si795sht.wl%kuninori.morimoto.gx@renesas.com (mailing list archive)
State RFC
Headers show

Commit Message

Kuninori Morimoto Aug. 24, 2015, 2:33 a.m. UTC
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.

Signed-off-by: Gaku Inami <gaku.inami.xw@bp.renesas.com>
Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com>
---
v5 -> v7

 - no change

 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Geert Uytterhoeven Aug. 24, 2015, 9:43 a.m. UTC | #1
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 mbox

Patch

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