Re: [PATCH] Add ARCH_MIGHT_HAVE_VGA_CONSOLE

2015-02-02 Thread Yoshinori Sato
At Mon, 2 Feb 2015 22:07:50 +0100, Geert Uytterhoeven wrote: > > Hi Sato-san, > > Your second version looks fine to me, except for this part: > > On Mon, Feb 2, 2015 at 4:48 PM, Yoshinori Sato > wrote: > > --- a/arch/um/Kconfig.common > > +++ b/arch/um/Kconfig.common > > @@ -9,6 +9,7 @@ config

Re: [PATCH] Add ARCH_MIGHT_HAVE_VGA_CONSOLE

2015-02-02 Thread Yoshinori Sato
At Mon, 02 Feb 2015 21:11:50 +0100, Arnd Bergmann wrote: > > On Tuesday 03 February 2015 00:48:20 Yoshinori Sato wrote: > > At Mon, 2 Feb 2015 09:10:06 +0100, > > Geert Uytterhoeven wrote: > > > > > > Hi Sato-san, > > > > > > > > > On Mon, Feb 2, 2015 at 8:24 AM, Yoshinori Sato > > > wrote: >

Re: [PATCH] Add ARCH_MIGHT_HAVE_VGA_CONSOLE

2015-02-02 Thread Stephen Rothwell
Hi Arnd, On Mon, 02 Feb 2015 21:11:50 +0100 Arnd Bergmann wrote: > > On Tuesday 03 February 2015 00:48:20 Yoshinori Sato wrote: > > > --- a/arch/arm/Kconfig > > +++ b/arch/arm/Kconfig > > @@ -76,6 +76,7 @@ config ARM > >select PERF_USE_VMALLOC > >select RTC_LIB > >select

Re: [PATCH] Add ARCH_MIGHT_HAVE_VGA_CONSOLE

2015-02-02 Thread Geert Uytterhoeven
Hi Sato-san, Your second version looks fine to me, except for this part: On Mon, Feb 2, 2015 at 4:48 PM, Yoshinori Sato wrote: > --- a/arch/um/Kconfig.common > +++ b/arch/um/Kconfig.common > @@ -9,6 +9,7 @@ config UML > select GENERIC_IO > select GENERIC_CLOCKEVENTS > sel

Re: [PATCH] Add ARCH_MIGHT_HAVE_VGA_CONSOLE

2015-02-02 Thread Arnd Bergmann
On Tuesday 03 February 2015 00:48:20 Yoshinori Sato wrote: > At Mon, 2 Feb 2015 09:10:06 +0100, > Geert Uytterhoeven wrote: > > > > Hi Sato-san, > > > > > > On Mon, Feb 2, 2015 at 8:24 AM, Yoshinori Sato > > wrote: > > > The dependence of VGA_CONSOLE is complicated. > > > We need clean up. > >

Re: [PATCH] Add ARCH_MIGHT_HAVE_VGA_CONSOLE

2015-02-02 Thread Yoshinori Sato
At Mon, 2 Feb 2015 09:10:06 +0100, Geert Uytterhoeven wrote: > > Hi Sato-san, > > > On Mon, Feb 2, 2015 at 8:24 AM, Yoshinori Sato > wrote: > > The dependence of VGA_CONSOLE is complicated. > > We need clean up. > > Thanks! > > > Signed-off-by: Yoshinori Sato > > > > --- > > arch/alpha/Kcon

Re: [PATCH] Add ARCH_MIGHT_HAVE_VGA_CONSOLE

2015-02-02 Thread Geert Uytterhoeven
Hi Sato-san, On Mon, Feb 2, 2015 at 8:24 AM, Yoshinori Sato wrote: > The dependence of VGA_CONSOLE is complicated. > We need clean up. Thanks! > Signed-off-by: Yoshinori Sato > > --- > arch/alpha/Kconfig| 1 + > arch/arc/Kconfig | 1 + > arch/arm/Kconfig

[PATCH] Add ARCH_MIGHT_HAVE_VGA_CONSOLE

2015-02-01 Thread Yoshinori Sato
The dependence of VGA_CONSOLE is complicated. We need clean up. Signed-off-by: Yoshinori Sato --- arch/alpha/Kconfig| 1 + arch/arc/Kconfig | 1 + arch/arm/Kconfig | 1 + arch/c6x/Kconfig | 1 + arch/hexagon/Kconfig | 1 + arch/ia64/Kc