Re: [PATCH] riscv: defconfig: k210: Disable CONFIG_VT

2020-11-25 Thread Damien Le Moal
On Wed, 2020-11-25 at 13:47 +0100, Geert Uytterhoeven wrote: > Hi Damien, > > On Wed, Nov 25, 2020 at 12:00 PM Damien Le Moal wrote: > > On 2020/11/25 18:26, Geert Uytterhoeven wrote: > > > On Wed, Nov 25, 2020 at 10:02 AM Damien Le Moal > > > wrote: > > > > On 2020/11/25 17:51, Geert

Re: [PATCH] riscv: defconfig: k210: Disable CONFIG_VT

2020-11-25 Thread Geert Uytterhoeven
Hi Damien, On Wed, Nov 25, 2020 at 12:00 PM Damien Le Moal wrote: > On 2020/11/25 18:26, Geert Uytterhoeven wrote: > > On Wed, Nov 25, 2020 at 10:02 AM Damien Le Moal > > wrote: > >> On 2020/11/25 17:51, Geert Uytterhoeven wrote: > >> I was just fiddling with CONFIG_UNIX98_PTYS. Disabling it

Re: [PATCH] riscv: defconfig: k210: Disable CONFIG_VT

2020-11-25 Thread Damien Le Moal
On 2020/11/25 20:00, Damien Le Moal wrote: > On 2020/11/25 18:26, Geert Uytterhoeven wrote: >> Hi Damien, >> >> On Wed, Nov 25, 2020 at 10:02 AM Damien Le Moal >> wrote: >>> On 2020/11/25 17:51, Geert Uytterhoeven wrote: On Wed, Nov 25, 2020 at 7:14 AM Damien Le Moal wrote: > On

Re: [PATCH] riscv: defconfig: k210: Disable CONFIG_VT

2020-11-25 Thread Damien Le Moal
On 2020/11/25 18:26, Geert Uytterhoeven wrote: > Hi Damien, > > On Wed, Nov 25, 2020 at 10:02 AM Damien Le Moal wrote: >> On 2020/11/25 17:51, Geert Uytterhoeven wrote: >>> On Wed, Nov 25, 2020 at 7:14 AM Damien Le Moal >>> wrote: On 2020/11/25 3:57, Geert Uytterhoeven wrote: > There

Re: [PATCH] riscv: defconfig: k210: Disable CONFIG_VT

2020-11-25 Thread Geert Uytterhoeven
Hi Damien, On Wed, Nov 25, 2020 at 10:02 AM Damien Le Moal wrote: > On 2020/11/25 17:51, Geert Uytterhoeven wrote: > > On Wed, Nov 25, 2020 at 7:14 AM Damien Le Moal > > wrote: > >> On 2020/11/25 3:57, Geert Uytterhoeven wrote: > >>> There is no need to enable Virtual Terminal support in the

Re: [PATCH] riscv: defconfig: k210: Disable CONFIG_VT

2020-11-25 Thread Damien Le Moal
On 2020/11/25 17:51, Geert Uytterhoeven wrote: > Hi Damien, > > On Wed, Nov 25, 2020 at 7:14 AM Damien Le Moal wrote: >> On 2020/11/25 3:57, Geert Uytterhoeven wrote: >>> There is no need to enable Virtual Terminal support in the Canaan >>> Kendryte K210 defconfigs, as no terminal devices are

Re: [PATCH] riscv: defconfig: k210: Disable CONFIG_VT

2020-11-25 Thread Geert Uytterhoeven
Hi Damien, On Wed, Nov 25, 2020 at 7:14 AM Damien Le Moal wrote: > On 2020/11/25 3:57, Geert Uytterhoeven wrote: > > There is no need to enable Virtual Terminal support in the Canaan > > Kendryte K210 defconfigs, as no terminal devices are supported and > > enabled. Hence disable CONFIG_VT, and

Re: [PATCH] riscv: defconfig: k210: Disable CONFIG_VT

2020-11-25 Thread Damien Le Moal
On Wed, 2020-11-25 at 09:20 +0100, Geert Uytterhoeven wrote: > Hi Damien, > > On Wed, Nov 25, 2020 at 7:14 AM Damien Le Moal wrote: > > On 2020/11/25 3:57, Geert Uytterhoeven wrote: > > > There is no need to enable Virtual Terminal support in the Canaan > > > Kendryte K210 defconfigs, as no

Re: [PATCH] riscv: defconfig: k210: Disable CONFIG_VT

2020-11-25 Thread Geert Uytterhoeven
Hi Damien, On Wed, Nov 25, 2020 at 7:14 AM Damien Le Moal wrote: > On 2020/11/25 3:57, Geert Uytterhoeven wrote: > > There is no need to enable Virtual Terminal support in the Canaan > > Kendryte K210 defconfigs, as no terminal devices are supported and > > enabled. Hence disable CONFIG_VT, and

Re: [PATCH] riscv: defconfig: k210: Disable CONFIG_VT

2020-11-24 Thread Damien Le Moal
On 2020/11/25 3:57, Geert Uytterhoeven wrote: > There is no need to enable Virtual Terminal support in the Canaan > Kendryte K210 defconfigs, as no terminal devices are supported and > enabled. Hence disable CONFIG_VT, and remove the no longer needed > override for CONFIG_VGA_CONSOLE. > > This

[PATCH] riscv: defconfig: k210: Disable CONFIG_VT

2020-11-24 Thread Geert Uytterhoeven
There is no need to enable Virtual Terminal support in the Canaan Kendryte K210 defconfigs, as no terminal devices are supported and enabled. Hence disable CONFIG_VT, and remove the no longer needed override for CONFIG_VGA_CONSOLE. This reduces kernel size by ca. 65 KiB. Signed-off-by: Geert