Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752838AbbETJQa (ORCPT ); Wed, 20 May 2015 05:16:30 -0400 Received: from lb2-smtp-cloud6.xs4all.net ([194.109.24.28]:50637 "EHLO lb2-smtp-cloud6.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751716AbbETJQ2 (ORCPT ); Wed, 20 May 2015 05:16:28 -0400 Message-ID: <1432113385.21715.76.camel@x220> Subject: Re: [PATCH v3 1/2] serial_core: add pci uart early console support From: Paul Bolle To: Bin Gao Cc: One Thousand Gnomes , Greg Kroah-Hartman , linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org, Peter Hurley , Jiri Slaby Date: Wed, 20 May 2015 11:16:25 +0200 In-Reply-To: <20150519173224.GA202975@worksta> References: <20150518212152.GA95407@worksta> <1432036867.9091.75.camel@x220> <20150519173224.GA202975@worksta> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4 (3.10.4-4.fc20) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 838 Lines: 23 On Tue, 2015-05-19 at 10:32 -0700, Bin Gao wrote: > On Tue, May 19, 2015 at 02:01:07PM +0200, Paul Bolle wrote: > > Is this expected to be used outside of X86? > Yes, drivers/tty/serial/serial_core.c is going to use it. What I should have asked is: do you expect architectures other than X86 to set HAVE_EARLY_PCI? Because then you should put that Kconfig entry in a file reachable by all architectures. Say, in init/Kconfig or in drivers/tty/serial/Kconfig. (You can also have an entry for HAVE_EARLY_PCI for each arch that needs it, but that would be a bit silly.) Thanks, Paul Bolle -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/