Re: [PATCH v2] serial: s5p: Allow independent selection

2021-02-25 Thread Minkyu Kang
Hi, On Sun, 14 Feb 2021 at 19:30, Patrick Wildt wrote: > Am Fri, Feb 12, 2021 at 11:22:18PM +0100 schrieb Mark Kettenis: > > Currently support for the Samsung serial port driver is part > > of CONFIG_S5P which controls selection of several drivers for > > the S5P family. Give it its own config

Re: [PATCH v2] serial: s5p: Allow independent selection

2021-02-14 Thread Patrick Wildt
Am Fri, Feb 12, 2021 at 11:22:18PM +0100 schrieb Mark Kettenis: > Currently support for the Samsung serial port driver is part > of CONFIG_S5P which controls selection of several drivers for > the S5P family. Give it its own config option such that we > can use it on other SoCs as well. > > Signe

[PATCH v2] serial: s5p: Allow independent selection

2021-02-12 Thread Mark Kettenis
Currently support for the Samsung serial port driver is part of CONFIG_S5P which controls selection of several drivers for the S5P family. Give it its own config option such that we can use it on other SoCs as well. Signed-off-by: Mark Kettenis --- v2: fix Kconfig drivers/serial/Kconfig | 7