[PATCH 1/5] drivers/tty: make pty.c slightly more explicitly non-modular

2015-08-19 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/tty/Kconfig:config LEGACY_PTYS drivers/tty/Kconfig:bool "Legacy (BSD) PTY support" ...and: drivers/tty/Kconfig:config UNIX98_PTYS drivers/tty/Kconfig:bool "Unix98 PTY support" if EXPERT combined with this: obj-$(CON

[PATCH 1/5] drivers/tty: make pty.c slightly more explicitly non-modular

2015-08-08 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/tty/Kconfig:config LEGACY_PTYS drivers/tty/Kconfig:bool "Legacy (BSD) PTY support" ...and: drivers/tty/Kconfig:config UNIX98_PTYS drivers/tty/Kconfig:bool "Unix98 PTY support" if EXPERT combined with this: obj-$(CON