public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@fs.tum.de>
To: Jeff Garzik <jgarzik@pobox.com>
Cc: linux-net@vger.kernel.org, linux-kernel@vger.kernel.org,
	Rik van Riel <riel@surriel.com>,
	linux-tr@linuxtr.net, jschlst@samba.org, cgoos@syskonnect.de,
	mid@auk.cx, jochen@scram.de
Subject: [2.6 patch] fix some dependencies for TMS380TR=m
Date: Sun, 21 Dec 2003 03:42:53 +0100	[thread overview]
Message-ID: <20031221024252.GW12750@fs.tum.de> (raw)

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.


             reply	other threads:[~2003-12-21  2:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-21  2:42 Adrian Bunk [this message]
2003-12-21  4:18 ` [2.6 patch] fix some dependencies for TMS380TR=m Jeff Garzik

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=20031221024252.GW12750@fs.tum.de \
    --to=bunk@fs.tum.de \
    --cc=cgoos@syskonnect.de \
    --cc=jgarzik@pobox.com \
    --cc=jochen@scram.de \
    --cc=jschlst@samba.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-net@vger.kernel.org \
    --cc=linux-tr@linuxtr.net \
    --cc=mid@auk.cx \
    --cc=riel@surriel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox