diff options
| author | 2007-02-14 20:12:13 -0600 | |
|---|---|---|
| committer | 2007-02-17 15:16:08 -0500 | |
| commit | a1ca14b1f4ff62e14e5c23dbbfee41ab73d29f82 (patch) | |
| tree | 34eef087594889b1840baaf53a18167a76d8a4ae | |
| parent | PCMCIA-NETDEV : the 2nd argument of el3_interrrupt and smc_interrupt is struct net_device* (diff) | |
atl1: drop NET_PCI from Kconfig
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>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
| -rw-r--r-- | drivers/net/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 38f41a593b12..960312643f80 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -2337,7 +2337,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 |
