Re: [PATCHv5] tty: Added a CONFIG_TTY option to allow removal of TTY

2013-01-31 Thread Joe Millenbach
On Wed, Jan 30, 2013 at 9:17 PM, Greg Kroah-Hartman wrote: > This isn't going to work because I've already applied this to my tree. > Can you just make a tiny patch against the tty-next git tree to fix up > the differences here for the Input drivers and I can apply that? > > thanks, > > greg k-h

Re: [PATCHv5] tty: Added a CONFIG_TTY option to allow removal of TTY

2013-01-30 Thread Greg Kroah-Hartman
On Wed, Jan 30, 2013 at 05:15:19PM -0800, Joe Millenbach wrote: > The option allows you to remove TTY and compile without errors. This > saves space on systems that won't support TTY interfaces anyway. > bloat-o-meter output is below. > > The bulk of this patch consists of Kconfig changes adding "

[PATCHv5] tty: Added a CONFIG_TTY option to allow removal of TTY

2013-01-30 Thread Joe Millenbach
The option allows you to remove TTY and compile without errors. This saves space on systems that won't support TTY interfaces anyway. bloat-o-meter output is below. The bulk of this patch consists of Kconfig changes adding "depends on TTY" to various serial devices and similar drivers that require