Re: [PATCH] serial: lantiq: Make driver modular and console configurable

2020-05-08 Thread Greg KH
On Fri, May 08, 2020 at 07:20:49PM +0800, Rahul Tanwar wrote: > Add changes so Lantiq serial driver can be compiled as a module. > Also, make this driver's use as console selectable/configurable. When you say "also" in a patch description, that's usually a huge hint that this needs to be broken up

[PATCH] serial: lantiq: Make driver modular and console configurable

2020-05-08 Thread Rahul Tanwar
Add changes so Lantiq serial driver can be compiled as a module. Also, make this driver's use as console selectable/configurable. Signed-off-by: Rahul Tanwar --- drivers/tty/serial/Kconfig | 13 +++-- drivers/tty/serial/lantiq.c | 43 --- 2 files