* [2.6 patch] fix some dependencies for TMS380TR=m
@ 2003-12-21 2:42 Adrian Bunk
2003-12-21 4:18 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2003-12-21 2:42 UTC (permalink / raw)
To: Jeff Garzik
Cc: linux-net, linux-kernel, Rik van Riel, linux-tr, jschlst, cgoos,
mid, jochen
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-12-21 4:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-21 2:42 [2.6 patch] fix some dependencies for TMS380TR=m Adrian Bunk
2003-12-21 4:18 ` Jeff Garzik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox