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

2013-01-18 Thread Greg Kroah-Hartman
On Thu, Jan 17, 2013 at 10:44:22PM -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 "

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

2013-01-18 Thread Josh Triplett
On Thu, Jan 17, 2013 at 10:44:22PM -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 "

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

2013-01-17 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