Skip to content

Commit

Permalink
atl1: drop NET_PCI from Kconfig
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jay Cliburn authored and Jeff Garzik committed Feb 17, 2007
1 parent e363d13 commit a1ca14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1ca14b

Please sign in to comment.