linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/6] atl1: drop NET_PCI from Kconfig
@ 2007-02-15  2:12 Jay Cliburn
  2007-02-17 20:18 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Jay Cliburn @ 2007-02-15  2:12 UTC (permalink / raw)
  To: jeff; +Cc: csnook, netdev, linux-kernel, atl1-devel, crsprouse

From: Jay Cliburn <jacliburn@bellsouth.net>

The atl1 driver doesn't need NET_PCI.  Remove it from Kconfig.
Noticed by Chad Sprouse.

Signed-off-by: Jay Cliburn <jacliburn@bellsouth.net>
Signed-off-by: Chris Snook <csnook@redhat.com>
---

 drivers/net/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 0bb3c1e..1b624b4 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -2350,7 +2350,7 @@ config QLA3XXX
 
 config ATL1
 	tristate "Attansic L1 Gigabit Ethernet support (EXPERIMENTAL)"
-	depends on NET_PCI && PCI && EXPERIMENTAL
+	depends on PCI && EXPERIMENTAL
 	select CRC32
 	select MII
 	help

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/6] atl1: drop NET_PCI from Kconfig
  2007-02-15  2:12 [PATCH 1/6] atl1: drop NET_PCI from Kconfig Jay Cliburn
@ 2007-02-17 20:18 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2007-02-17 20:18 UTC (permalink / raw)
  To: Jay Cliburn; +Cc: csnook, netdev, linux-kernel, atl1-devel, crsprouse

Jay Cliburn wrote:
> From: Jay Cliburn <jacliburn@bellsouth.net>
> 
> The atl1 driver doesn't need NET_PCI.  Remove it from Kconfig.
> Noticed by Chad Sprouse.
> 
> Signed-off-by: Jay Cliburn <jacliburn@bellsouth.net>
> Signed-off-by: Chris Snook <csnook@redhat.com>

applied 1-6



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-02-17 20:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-15  2:12 [PATCH 1/6] atl1: drop NET_PCI from Kconfig Jay Cliburn
2007-02-17 20: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;
as well as URLs for NNTP newsgroup(s).