From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yoshinori Sato Subject: Re: [PATCH 06/16] drivers: Add h8300 Date: Thu, 22 Jan 2015 02:23:42 +0900 Message-ID: <87oapskpy9.wl-ysato@users.sourceforge.jp> References: <87r3uovjv0.wl-ysato@users.sourceforge.jp> Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mail2.asahi-net.or.jp ([202.224.39.198]:13749 "EHLO mail2.asahi-net.or.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753898AbbAURXo (ORCPT ); Wed, 21 Jan 2015 12:23:44 -0500 In-Reply-To: Sender: linux-arch-owner@vger.kernel.org List-ID: To: Geert Uytterhoeven Cc: Linux-Arch At Wed, 21 Jan 2015 12:03:46 +0100, Geert Uytterhoeven wrote: > > On Wed, Jan 21, 2015 at 5:27 AM, Yoshinori Sato > wrote: > > --- a/drivers/video/console/Kconfig > > +++ b/drivers/video/console/Kconfig > > @@ -9,7 +9,7 @@ config VGA_CONSOLE > > depends on !4xx && !8xx && !SPARC && !M68K && !PARISC && !FRV && \ > > !SUPERH && !BLACKFIN && !AVR32 && !MN10300 && !CRIS && \ > > (!ARM || ARCH_FOOTBRIDGE || ARCH_INTEGRATOR || ARCH_NETWINDER) && \ > > - !ARM64 > > + !ARM64 && !H8300 > > We desperately need ARCH_MIGHT_HAVE_VGA_CONSOLE, to be > selected by architectures that need it. > > Yes, the onus is on the submitter who (re)introduces a new anti-dependency ;-) OK. I will fix V2 patch. > 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-arch" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- Yoshinori Sato