From: Matthew Wilcox <matthew@wil.cx>
To: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: linux-arch@vger.kernel.org
Subject: Re: [patch 1/5] Kconfig: refine some depend statements.
Date: Tue, 5 Sep 2006 10:50:32 -0600 [thread overview]
Message-ID: <20060905165032.GI2558@parisc-linux.org> (raw)
In-Reply-To: <20060905163305.GB6510@skybase>
On Tue, Sep 05, 2006 at 06:33:05PM +0200, Martin Schwidefsky wrote:
> config DTLK
> tristate "Double Talk PC internal speech card support"
> + depends on ISA
Yup, only available as an ISA card
> menu "Ftape, the floppy tape device driver"
> + depends on BROKEN_ON_SMP && (ALPHA || X86)
I vaguely remember this being the right answer last time this subject
came up ...
> config TELCLOCK
> tristate "Telecom clock driver for MPBL0010 ATCA SBC"
> depends on EXPERIMENTAL
> + depends on X86
> default n
> help
> The telecom clock device is specific to the MPBL0010 ATCA computer and
depends on EXPERIMENTAL && X86
perhaps? Also the "default n" can go -- n is the default default anyway ;-)
> menu "IEEE 1394 (FireWire) support"
> + depends on PCI || BROKEN
Why the || BROKEN?
> menu "Fusion MPT device support"
> + depends on PCI
Makes sense. Might want to submit that one to linux-scsi, cc'ing Eric
Moore, since the driver is actively maintained.
> menu "I2O device support"
> + depends on PCI
I suspect we'll never see I2O on anything other than PCI, so makes sense.
next prev parent reply other threads:[~2006-09-05 16:50 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-05 16:33 [patch 1/5] Kconfig: refine some depend statements Martin Schwidefsky
2006-09-05 16:50 ` Matthew Wilcox [this message]
2006-09-05 17:17 ` Martin Schwidefsky
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=20060905165032.GI2558@parisc-linux.org \
--to=matthew@wil.cx \
--cc=linux-arch@vger.kernel.org \
--cc=schwidefsky@de.ibm.com \
/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.