From: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> Commit f7d2c0bbdb (serial: i.MX: evaluate linux,stdout-path property) adds a call to add_preferred_console() into drivers/tty/serial/imx.c. The file can be built as module, yet add_preferred_console() is not exported. Fix the build failure by disabling module build for the i.MX driver. Reported-by: Guenter Roeck <linux@xxxxxxxxxxxx> Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> Signed-off-by: Fabio Estevam <fabio.estevam@xxxxxxxxxxxxx> --- 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 701ca60..47a05fd 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 - tristate "IMX serial port support" + bool "IMX serial port support" depends on ARCH_MXC select SERIAL_CORE select RATIONAL -- 1.8.1.2 -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html