Re: [PATCH] tty: serial/8250: remove console dependency for mediatek

2015-05-19 Thread Eddie Huang
Hi Arnd, On Tue, 2015-05-19 at 22:11 +0200, Arnd Bergmann wrote: > If the mediatek serial port driver is built-in, but serial > console is disabled in Kconfig (e.g. when the serial driver > itself is a loadable module), we get this build error: > > drivers/built-in.o: In function `early_mtk8250_s

[PATCH] tty: serial/8250: remove console dependency for mediatek

2015-05-19 Thread Arnd Bergmann
If the mediatek serial port driver is built-in, but serial console is disabled in Kconfig (e.g. when the serial driver itself is a loadable module), we get this build error: drivers/built-in.o: In function `early_mtk8250_setup': undefined reference to `early_serial8250_setup' To avoid that proble