Linux Serial subsystem development
 help / color / mirror / Atom feed
From: Fabio Estevam <fabio.estevam@freescale.com>
To: gregkh@linuxfoundation.org
Cc: shawn.guo@linaro.org, b35083@freescale.com,
	kernel@pengutronix.de, linux-serial@vger.kernel.org,
	Fabio Estevam <fabio.estevam@freescale.com>
Subject: [PATCH v2 2/2] serial: imx: Allow module build
Date: Tue, 4 Jun 2013 14:08:38 -0300	[thread overview]
Message-ID: <1370365718-23474-2-git-send-email-fabio.estevam@freescale.com> (raw)
In-Reply-To: <1370365718-23474-1-git-send-email-fabio.estevam@freescale.com>

There is no need to only allow the serial driver to be built-in.

Allow the imx serial driver to be build as a module.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
Changes since v1:
- None
 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 a9ae1cd..28cffda 100644
--- a/drivers/tty/serial/Kconfig
+++ b/drivers/tty/serial/Kconfig
@@ -551,7 +551,7 @@ config BFIN_UART3_CTSRTS
 	  Enable hardware flow control in the driver.
 
 config SERIAL_IMX
-	bool "IMX serial port support"
+	tristate "IMX serial port support"
 	depends on ARCH_MXC
 	select SERIAL_CORE
 	select SERIAL_CORE_CONSOLE
-- 
1.8.1.2



  reply	other threads:[~2013-06-04 17:09 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-04 17:08 [PATCH v2 1/2] serial: imx: Remove SERIAL_IMX_CONSOLE Fabio Estevam
2013-06-04 17:08 ` Fabio Estevam [this message]
2013-06-05  1:36   ` [PATCH v2 2/2] serial: imx: Allow module build Lu Jingchang-B35083
2013-06-05  1:47     ` Estevam Fabio-R49496
2013-06-05  2:33       ` Lu Jingchang-B35083
2013-06-05  2:44         ` Fabio Estevam

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1370365718-23474-2-git-send-email-fabio.estevam@freescale.com \
    --to=fabio.estevam@freescale.com \
    --cc=b35083@freescale.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=kernel@pengutronix.de \
    --cc=linux-serial@vger.kernel.org \
    --cc=shawn.guo@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox