Re: [PATCH] s390: select CONFIG_TTY for use of tty in unconditional keyboard driver

2014-02-26 Thread Heiko Carstens
On Wed, Feb 26, 2014 at 06:13:06PM -0800, Josh Triplett wrote: > The unconditionally built keyboard driver, drivers/s390/char/keyboard.c, > requires CONFIG_TTY, so select it from CONFIG_S390 to prevent a build > error. > > Signed-off-by: Josh Triplett > --- > arch/s390/Kconfig | 1 + > 1 file ch

Re: [PATCH] s390: select CONFIG_TTY for use of tty in unconditional keyboard driver

2014-02-26 Thread Stephen Rothwell
Hi Josh, On Wed, 26 Feb 2014 18:13:06 -0800 Josh Triplett wrote: > > The unconditionally built keyboard driver, drivers/s390/char/keyboard.c, > requires CONFIG_TTY, so select it from CONFIG_S390 to prevent a build > error. > > Signed-off-by: Josh Triplett Will be added to linux-next today. --

[PATCH] s390: select CONFIG_TTY for use of tty in unconditional keyboard driver

2014-02-26 Thread Josh Triplett
The unconditionally built keyboard driver, drivers/s390/char/keyboard.c, requires CONFIG_TTY, so select it from CONFIG_S390 to prevent a build error. Signed-off-by: Josh Triplett --- arch/s390/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index