From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Gortmaker Subject: Re: [PATCH] serial: msm_serial: Make config tristate Date: Thu, 22 Oct 2015 09:50:44 -0400 Message-ID: <20151022135044.GD4588@windriver.com> References: <1445468723-948-1-git-send-email-sboyd@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Return-path: Content-Disposition: inline In-Reply-To: <1445468723-948-1-git-send-email-sboyd@codeaurora.org> Sender: linux-kernel-owner@vger.kernel.org To: Stephen Boyd Cc: Greg Kroah-Hartman , Jiri Slaby , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: linux-arm-msm@vger.kernel.org [[PATCH] serial: msm_serial: Make config tristate] On 21/10/2015 (Wed 16:05) Stephen Boyd wrote: > This driver works as a module, so mark it as a tristate config > instead of a bool. > > Cc: Paul Gortmaker > Signed-off-by: Stephen Boyd > --- > > I tested this with a busybox ramdisk that modprobes msm_serial and > then runs a getty on ttyMSM0. This patch should supersede Paul's earlier > patch that removes the module code from this driver. Thanks, I'll drop my patch for this driver. Paul. -- > > drivers/tty/serial/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig > index 1aec4404062d..e4f35da3de27 100644 > --- a/drivers/tty/serial/Kconfig > +++ b/drivers/tty/serial/Kconfig > @@ -1044,7 +1044,7 @@ config SERIAL_SGI_IOC3 > say Y or M. Otherwise, say N. > > config SERIAL_MSM > - bool "MSM on-chip serial port support" > + tristate "MSM on-chip serial port support" > depends on ARCH_QCOM > select SERIAL_CORE > > -- > The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, > a Linux Foundation Collaborative Project > From mboxrd@z Thu Jan 1 00:00:00 1970 From: paul.gortmaker@windriver.com (Paul Gortmaker) Date: Thu, 22 Oct 2015 09:50:44 -0400 Subject: [PATCH] serial: msm_serial: Make config tristate In-Reply-To: <1445468723-948-1-git-send-email-sboyd@codeaurora.org> References: <1445468723-948-1-git-send-email-sboyd@codeaurora.org> Message-ID: <20151022135044.GD4588@windriver.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org [[PATCH] serial: msm_serial: Make config tristate] On 21/10/2015 (Wed 16:05) Stephen Boyd wrote: > This driver works as a module, so mark it as a tristate config > instead of a bool. > > Cc: Paul Gortmaker > Signed-off-by: Stephen Boyd > --- > > I tested this with a busybox ramdisk that modprobes msm_serial and > then runs a getty on ttyMSM0. This patch should supersede Paul's earlier > patch that removes the module code from this driver. Thanks, I'll drop my patch for this driver. Paul. -- > > drivers/tty/serial/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig > index 1aec4404062d..e4f35da3de27 100644 > --- a/drivers/tty/serial/Kconfig > +++ b/drivers/tty/serial/Kconfig > @@ -1044,7 +1044,7 @@ config SERIAL_SGI_IOC3 > say Y or M. Otherwise, say N. > > config SERIAL_MSM > - bool "MSM on-chip serial port support" > + tristate "MSM on-chip serial port support" > depends on ARCH_QCOM > select SERIAL_CORE > > -- > The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, > a Linux Foundation Collaborative Project > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757666AbbJVNvP (ORCPT ); Thu, 22 Oct 2015 09:51:15 -0400 Received: from mail.windriver.com ([147.11.1.11]:60895 "EHLO mail.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757610AbbJVNvM (ORCPT ); Thu, 22 Oct 2015 09:51:12 -0400 Date: Thu, 22 Oct 2015 09:50:44 -0400 From: Paul Gortmaker To: Stephen Boyd CC: Greg Kroah-Hartman , Jiri Slaby , , , Subject: Re: [PATCH] serial: msm_serial: Make config tristate Message-ID: <20151022135044.GD4588@windriver.com> References: <1445468723-948-1-git-send-email-sboyd@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <1445468723-948-1-git-send-email-sboyd@codeaurora.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [[PATCH] serial: msm_serial: Make config tristate] On 21/10/2015 (Wed 16:05) Stephen Boyd wrote: > This driver works as a module, so mark it as a tristate config > instead of a bool. > > Cc: Paul Gortmaker > Signed-off-by: Stephen Boyd > --- > > I tested this with a busybox ramdisk that modprobes msm_serial and > then runs a getty on ttyMSM0. This patch should supersede Paul's earlier > patch that removes the module code from this driver. Thanks, I'll drop my patch for this driver. Paul. -- > > drivers/tty/serial/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig > index 1aec4404062d..e4f35da3de27 100644 > --- a/drivers/tty/serial/Kconfig > +++ b/drivers/tty/serial/Kconfig > @@ -1044,7 +1044,7 @@ config SERIAL_SGI_IOC3 > say Y or M. Otherwise, say N. > > config SERIAL_MSM > - bool "MSM on-chip serial port support" > + tristate "MSM on-chip serial port support" > depends on ARCH_QCOM > select SERIAL_CORE > > -- > The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, > a Linux Foundation Collaborative Project >