Re: [PATCH 3/8] Kconfig: unwanted config options for s390.

2007-04-22 Thread Martin Schwidefsky
On Sun, 2007-04-22 at 01:15 +0200, Arnd Bergmann wrote: > > @@ -81,6 +82,7 @@ config VT_HW_CONSOLE_BINDING > > > > config SERIAL_NONSTANDARD > > bool "Non-standard serial port support" > > + depends on !S390 > > ---help--- > > Say Y here if you have any non-standard serial boards

Re: [PATCH 3/8] Kconfig: unwanted config options for s390.

2007-04-21 Thread Arnd Bergmann
On Friday 20 April 2007, Martin Schwidefsky wrote: > diff -urpN linux-2.6/drivers/char/Kconfig > linux-2.6-patched/drivers/char/Kconfig > --- linux-2.6/drivers/char/Kconfig2007-04-19 15:49:51.0 +0200 > +++ linux-2.6-patched/drivers/char/Kconfig2007-04-19 15:50:50.0 > +020

[PATCH 3/8] Kconfig: unwanted config options for s390.

2007-04-20 Thread Martin Schwidefsky
From: Martin Schwidefsky <[EMAIL PROTECTED]> Disable all configuration options in the common Kconfig files that are of no interest to a s390 machine. Signed-off-by: Martin Schwidefsky <[EMAIL PROTECTED]> --- drivers/char/Kconfig |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-)