Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754567AbbETRuV (ORCPT ); Wed, 20 May 2015 13:50:21 -0400 Received: from lb1-smtp-cloud3.xs4all.net ([194.109.24.22]:54940 "EHLO lb1-smtp-cloud3.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754284AbbETRuR (ORCPT ); Wed, 20 May 2015 13:50:17 -0400 Message-ID: <1432144212.21715.94.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 19:50:12 +0200 In-Reply-To: <20150520175922.GA163133@worksta> References: <20150518212152.GA95407@worksta> <1432036867.9091.75.camel@x220> <20150519173224.GA202975@worksta> <1432113385.21715.76.camel@x220> <20150520175922.GA163133@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: 684 Lines: 20 On Wed, 2015-05-20 at 10:59 -0700, Bin Gao wrote: > The HAVE_EARLY_PCI entry should be actually in generic PCI layer, > i.e. drivers/pci, because it's a PCI feature but only some archs > (currently only x86) support it. > Then an arch with this feature could announce it in arch//Kconfig by: > select HAVE_EARLY_PCI if PCI That makes more sense. So v4 will put HAVE_EARLY_PCI in a Kconfig under drivers/pci/? 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/