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.
-
To unsubscribe from this list: send the line "unsubscribe linux-arch" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to