From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755678AbcEERtX (ORCPT ); Thu, 5 May 2016 13:49:23 -0400 Received: from mail-wm0-f41.google.com ([74.125.82.41]:36046 "EHLO mail-wm0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750854AbcEERtS (ORCPT ); Thu, 5 May 2016 13:49:18 -0400 Message-ID: <1462470555.2404.3.camel@nexus-software.ie> Subject: Re: [PATCH v3 09/11] serial: 8250_lpss: move Quark code from PCI driver From: "Bryan O'Donoghue" To: Andy Shevchenko , Andy Shevchenko Cc: Peter Hurley , "linux-serial@vger.kernel.org" , Vinod Koul , "linux-kernel@vger.kernel.org" , dmaengine , Greg Kroah-Hartman , "Puustinen, Ismo" , Heikki Krogerus Date: Thu, 05 May 2016 18:49:15 +0100 In-Reply-To: <1462383792.17131.265.camel@linux.intel.com> References: <1461764894-14891-1-git-send-email-andriy.shevchenko@linux.intel.com> <1461764894-14891-10-git-send-email-andriy.shevchenko@linux.intel.com> <1462354262.27858.153.camel@nexus-software.ie> <1462355477.27858.161.camel@nexus-software.ie> <1462359696.27858.184.camel@nexus-software.ie> <1462360835.17131.224.camel@linux.intel.com> <1462373469.27858.203.camel@nexus-software.ie> <1462383792.17131.265.camel@linux.intel.com> Organization: Nexus Software Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.16.5-1ubuntu3.1 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 On Wed, 2016-05-04 at 20:43 +0300, Andy Shevchenko wrote: > > Could you then select CONFIG_SERIAL_8250_LPSS when > > CONFIG_X86_INTEL_QUARK is true - since it will be a dependency. > > Answered to this in the other email, but can repeat my question. Do > you > propose a new behaviour? Otherwise how does it work right now? I just mean when someone selects CONFIG_X86_INTEL_QUARK that, that kconfig option will select CONFIG_SERIAL_8250_LPSS automatically. Maybe that's a bad idea .. I can't think of another driver that would be selected like that - though OTOH now that we're moving our perfectly normal PCI device into this LPSS shim my *feeling* is that it should be selected automagically. Feel free not to do that though - so long as you document the change in kconfig so that a casual reader understands the entry is moved I think it should suffice.