All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@arndb.de>
To: Yoshinori Sato <ysato@users.sourceforge.jp>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Linux-Arch <linux-arch@vger.kernel.org>
Subject: Re: [PATCH] Add ARCH_MIGHT_HAVE_VGA_CONSOLE
Date: Mon, 02 Feb 2015 21:11:50 +0100	[thread overview]
Message-ID: <3429563.4px2PR9Zmy@wuerfel> (raw)
In-Reply-To: <87pp9s48mz.wl-ysato@users.sourceforge.jp>

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
> > <ysato@users.sourceforge.jp> wrote:
> > > The dependence of VGA_CONSOLE is complicated.
> > > We need clean up.
> > 
> > Thanks!
> > 
> > > Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
> > >
> > > ---
> > >  arch/alpha/Kconfig            | 1 +
> > >  arch/arc/Kconfig              | 1 +
> > >  arch/arm/Kconfig              | 1 +
> > >  arch/c6x/Kconfig              | 1 +
> > >  arch/hexagon/Kconfig          | 1 +
> > >  arch/ia64/Kconfig             | 1 +
> > >  arch/m32r/Kconfig             | 1 +
> > >  arch/metag/Kconfig            | 1 +
> > >  arch/microblaze/Kconfig       | 1 +
> > >  arch/mips/Kconfig             | 1 +
> > >  arch/nios2/Kconfig            | 1 +
> > >  arch/openrisc/Kconfig         | 1 +
> > >  arch/powerpc/Kconfig          | 1 +
> > >  arch/s390/Kconfig             | 1 +
> > >  arch/score/Kconfig            | 1 +
> > >  arch/tile/Kconfig             | 1 +
> > >  arch/um/Kconfig.common        | 1 +
> > >  arch/unicore32/Kconfig        | 1 +
> > >  arch/x86/Kconfig              | 1 +
> > >  arch/xtensa/Kconfig           | 1 +
> > 
> > While I know you just kept the existing logic from
> > drivers/video/console/kconfig,
> > I doubt all of the architectures listed above do support VGA.
> > I guest most of them were just too lazy to update the dependency list.
> > 
> > I think only alpha, arm, ia64, mips, powerpc, and x86 can have VGA.

The list looks right to me too. We could be more specific in case of ARM,
MIPS and PowerPC and move the symbols into the individual platforms that
do support it, but it's fine to leave this up to the architecture
maintainers.

> Hmm...
> If require, Add this flag.
> 
> Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>

Reviewed-by: Arnd Bergmann <arnd@arndb.de>

Please add this patch to your series with my Reviewed-by line added.

except for one thing:

> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -76,6 +76,7 @@ config ARM
>        select PERF_USE_VMALLOC
>        select RTC_LIB
>        select SYS_SUPPORTS_APM_EMULATION
>+       select ARCH_MIGHT_HAVE_VGA_CONSOLE if ARCH_FOOTBRIDGE || ARCH_INTEGRATOR || ARCH_NETWINDER
>        # Above selects are sorted alphabetically; please add new ones
>        # according to that.  Thanks.
>        help

You did not read the comment in the patch context: This list of selects is
sorted alphabetically in order to avoid merge conflicts. Please keep it this
way.

Thanks,

	Arnd

  reply	other threads:[~2015-02-02 20:11 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-02  7:24 [PATCH] Add ARCH_MIGHT_HAVE_VGA_CONSOLE Yoshinori Sato
2015-02-02  8:10 ` Geert Uytterhoeven
2015-02-02 15:48   ` Yoshinori Sato
2015-02-02 20:11     ` Arnd Bergmann [this message]
2015-02-03  0:08       ` Stephen Rothwell
2015-02-03  4:42       ` Yoshinori Sato
2015-02-02 21:07     ` Geert Uytterhoeven
2015-02-03  4:42       ` Yoshinori Sato
2015-02-04  6:03 ` [PATCH v3] " Yoshinori Sato
2015-02-04  7:37   ` Arnd Bergmann
2015-02-07  7:42     ` Yoshinori Sato
2015-02-15  7:22 ` [PATCH v4] " Yoshinori Sato
2015-02-15  9:03   ` Geert Uytterhoeven

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3429563.4px2PR9Zmy@wuerfel \
    --to=arnd@arndb.de \
    --cc=geert@linux-m68k.org \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ysato@users.sourceforge.jp \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.