[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <88334e42-a3c2-dab5-fdcb-91305d672e5b@csgroup.eu>
Date: Wed, 2 Aug 2023 13:58:07 +0000
From: Christophe Leroy <christophe.leroy@...roup.eu>
To: Yuan Tan <tanyuan@...ylab.org>,
"npiggin@...il.com" <npiggin@...il.com>
CC: "linuxppc-dev@...ts.ozlabs.org" <linuxppc-dev@...ts.ozlabs.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"falcon@...ylab.org" <falcon@...ylab.org>, "w@....eu" <w@....eu>,
"linux@...ssschuh.net" <linux@...ssschuh.net>
Subject: Re: [PATCH] powerpc: pmac32: enable serial options by default in
defconfig
Le 02/08/2023 à 15:41, Yuan Tan a écrit :
> [Vous ne recevez pas souvent de courriers de tanyuan@...ylab.org. Découvrez pourquoi ceci est important à https://aka.ms/LearnAboutSenderIdentification ]
>
> Serial is a critical feature for logging and debuging, and the other
> architectures enable serial by default.
>
> Let's enable CONFIG_SERIAL_PMACZILOG and CONFIG_SERIAL_PMACZILOG_CONSOLE
> by default.
>
> Signed-off-by: Yuan Tan <tanyuan@...ylab.org>
Reviewed-by: Christophe Leroy <christophe.leroy@...roup.eu>
> ---
> arch/powerpc/configs/pmac32_defconfig | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/arch/powerpc/configs/pmac32_defconfig b/arch/powerpc/configs/pmac32_defconfig
> index 019163c2571e..3aae79afb9d9 100644
> --- a/arch/powerpc/configs/pmac32_defconfig
> +++ b/arch/powerpc/configs/pmac32_defconfig
> @@ -176,8 +176,9 @@ CONFIG_MOUSE_APPLETOUCH=y
> # CONFIG_SERIO_I8042 is not set
> # CONFIG_SERIO_SERPORT is not set
> CONFIG_SERIAL_8250=m
> -CONFIG_SERIAL_PMACZILOG=m
> +CONFIG_SERIAL_PMACZILOG=y
> CONFIG_SERIAL_PMACZILOG_TTYS=y
> +CONFIG_SERIAL_PMACZILOG_CONSOLE=y
> CONFIG_NVRAM=y
> CONFIG_I2C_CHARDEV=m
> CONFIG_APM_POWER=y
> --
> 2.34.1
>
Powered by blists - more mailing lists