All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Schwidefsky <schwidefsky@de.ibm.com>
To: Arnd Bergmann <arnd@arndb.de>
Cc: linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org,
	akpm@linux-foundation.org
Subject: Re: [PATCH 3/8] Kconfig: unwanted config options for s390.
Date: Sun, 22 Apr 2007 10:01:41 +0200	[thread overview]
Message-ID: <1177228901.8046.13.camel@localhost> (raw)
In-Reply-To: <200704220115.01532.arnd@arndb.de>

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 -- boards
> >  	  which aren't supported using the standard "dumb" serial driver.
> 
> depends on MMIO

Depends on HAS_IOMEM.

> > @@ -822,7 +824,7 @@ config SGI_IP27_RTC
> >  
> >  config GEN_RTC
> >  	tristate "Generic /dev/rtc emulation"
> > -	depends on RTC!=y && !IA64 && !ARM && !M32R && !SPARC && !FRV
> > +	depends on RTC!=y && !IA64 && !ARM && !M32R && !SPARC && !FRV && !S390
> >  	---help---
> >  	  If you say Y here and create a character special file /dev/rtc with
> >  	  major number 10 and minor number 135 using mknod ("man mknod"), you
> 
> ok.
> 
> this one is bad in general and should probably be a select from the architecture,
> but that should not stop you from adding another architecture...

The disable extension would help here, but I never got anywhere with it.

> > @@ -878,6 +880,7 @@ config DTLK
> >  
> >  config R3964
> >  	tristate "Siemens R3964 line discipline"
> > +	depends on !S390
> >  	---help---
> >  	  This driver allows synchronous communication with devices using the
> >  	  Siemens R3964 packet protocol. Unless you are dealing with special
> 
> Does it build? I don't see a point disabling this one just because there are
> no users. Most architectures also don't have users for this one, but it
> doesn't hurt be able to build it using allyesconfig.

I'll try to build it.

-- 
blue skies,              IBM Deutschland Entwicklung GmbH
   Martin                Vorsitzender des Aufsichtsrats: Johann Weihen
                         Geschäftsführung: Herbert Kircher
Martin Schwidefsky       Sitz der Gesellschaft: Böblingen
Linux on zSeries         Registergericht: Amtsgericht Stuttgart,
   Development           HRB 243294

"Reality continues to ruin my life." - Calvin.

      reply	other threads:[~2007-04-22  8:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-20 11:33 [PATCH 3/8] Kconfig: unwanted config options for s390 Martin Schwidefsky
2007-04-21 23:15 ` Arnd Bergmann
2007-04-22  8:01   ` Martin Schwidefsky [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1177228901.8046.13.camel@localhost \
    --to=schwidefsky@de.ibm.com \
    --cc=akpm@linux-foundation.org \
    --cc=arnd@arndb.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-s390@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.