lkml.org 
[lkml]   [2003]   [Dec]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[2.6 patch] fix some dependencies for TMS380TR=m
Hi Jeff,

similar to the 2.4 patch (originally by Rik) I sent, the trivial
patch below fixes some dependencies for TMS380TR=m .

Please apply
Adrian

--- linux-2.6.0-test11-mm1-modular-no-smp/drivers/net/tokenring/Kconfig.old 2003-12-21 03:36:12.000000000 +0100
+++ linux-2.6.0-test11-mm1-modular-no-smp/drivers/net/tokenring/Kconfig 2003-12-21 03:37:05.000000000 +0100
@@ -107,7 +107,7 @@

config TMSPCI
tristate "Generic TMS380 PCI support"
- depends on TR && TMS380TR!=n && PCI
+ depends on TR && TMS380TR && PCI
---help---
This tms380 module supports generic TMS380-based PCI cards.

@@ -122,7 +122,7 @@

config SKISA
tristate "SysKonnect TR4/16 ISA support"
- depends on TR && TMS380TR!=n && ISA
+ depends on TR && TMS380TR && ISA
help
This tms380 module supports SysKonnect TR4/16 ISA cards.

@@ -134,7 +134,7 @@

config PROTEON
tristate "Proteon ISA support"
- depends on TR && TMS380TR!=n && ISA
+ depends on TR && TMS380TR && ISA
help
This tms380 module supports Proteon ISA cards.

@@ -147,7 +147,7 @@

config ABYSS
tristate "Madge Smart 16/4 PCI Mk2 support"
- depends on TR && TMS380TR!=n && PCI
+ depends on TR && TMS380TR && PCI
help
This tms380 module supports the Madge Smart 16/4 PCI Mk2
cards (51-02).
@@ -157,7 +157,7 @@

config MADGEMC
tristate "Madge Smart 16/4 Ringnode MicroChannel"
- depends on TR && TMS380TR!=n && MCA
+ depends on TR && TMS380TR && MCA
help
This tms380 module supports the Madge Smart 16/4 MC16 and MC32
MicroChannel adapters.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:59    [W:0.016 / U:1.128 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site