Re: [PATCH 09/16] usb/gadget: convert u_serial into a module

2012-11-20 Thread Michal Nazarewicz
On Tue, Nov 20 2012, Felipe Balbi wrote: > the problem with select. it will always answer 'Y' to the question > right ? No. If config that is selecting and config that is being selected are both tristate than if the former is chosen as a module, the latter will be selected as a module. From Docu

Re: [PATCH 09/16] usb/gadget: convert u_serial into a module

2012-11-20 Thread Felipe Balbi
Hi, On Wed, Nov 14, 2012 at 06:14:59PM +0100, Sebastian Andrzej Siewior wrote: > Every user of u_serial has now to select the U_SERIAL symbol instead of > including the file. > There is one limition with this: ports and and gs_tty_driver are global > variables in u_serial. Since all users share th