aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/Kconfig
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2013-06-04 23:58:47 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-06-06 16:09:55 -0400
commit37fb5b5604c5852daaa10110a29db1bb21d4f769 (patch)
tree9314122dcd49d4a499c4aa28d170a1f56ad77303 /drivers/tty/serial/Kconfig
parente8bfa7607342a21af06a0d365bf2f1d3062643bd (diff)
serial: imx: Allow module build
There is no need to only allow the serial driver to be built-in. Allow the imx serial driver to be built as a module. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/Kconfig')
-rw-r--r--drivers/tty/serial/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
index 64250b19cd8d..28ebf9097951 100644
--- a/drivers/tty/serial/Kconfig
+++ b/drivers/tty/serial/Kconfig
@@ -551,7 +551,7 @@ config BFIN_UART3_CTSRTS
551 Enable hardware flow control in the driver. 551 Enable hardware flow control in the driver.
552 552
553config SERIAL_IMX 553config SERIAL_IMX
554 bool "IMX serial port support" 554 tristate "IMX serial port support"
555 depends on ARCH_MXC 555 depends on ARCH_MXC
556 select SERIAL_CORE 556 select SERIAL_CORE
557 select RATIONAL 557 select RATIONAL
@@ -561,7 +561,7 @@ config SERIAL_IMX
561 561
562config SERIAL_IMX_CONSOLE 562config SERIAL_IMX_CONSOLE
563 bool "Console on IMX serial port" 563 bool "Console on IMX serial port"
564 depends on SERIAL_IMX 564 depends on SERIAL_IMX=y
565 select SERIAL_CORE_CONSOLE 565 select SERIAL_CORE_CONSOLE
566 help 566 help
567 If you have enabled the serial port on the Motorola IMX 567 If you have enabled the serial port on the Motorola IMX