Commit 37fb5b56 authored by Fabio Estevam's avatar Fabio Estevam Committed by Greg Kroah-Hartman

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: default avatarFabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e8bfa760
...@@ -551,7 +551,7 @@ config BFIN_UART3_CTSRTS ...@@ -551,7 +551,7 @@ config BFIN_UART3_CTSRTS
Enable hardware flow control in the driver. Enable hardware flow control in the driver.
config SERIAL_IMX config SERIAL_IMX
bool "IMX serial port support" tristate "IMX serial port support"
depends on ARCH_MXC depends on ARCH_MXC
select SERIAL_CORE select SERIAL_CORE
select RATIONAL select RATIONAL
...@@ -561,7 +561,7 @@ config SERIAL_IMX ...@@ -561,7 +561,7 @@ config SERIAL_IMX
config SERIAL_IMX_CONSOLE config SERIAL_IMX_CONSOLE
bool "Console on IMX serial port" bool "Console on IMX serial port"
depends on SERIAL_IMX depends on SERIAL_IMX=y
select SERIAL_CORE_CONSOLE select SERIAL_CORE_CONSOLE
help help
If you have enabled the serial port on the Motorola IMX If you have enabled the serial port on the Motorola IMX
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment