Skip to content

Commit

Permalink
Remove stale "depends on NETDEV_1000"in staging drivers
Browse files Browse the repository at this point in the history
Mark Einon points out that the Kconfig option for NETDEV_1000 no longer
exists, and the merge of the staging drivers should have removed that
for the et131x driver.

And while checking for it, I noticed that slicoss had the same stale
dependency.  Remove that one too.

Reported-by: Mark Einon <mark.einon@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Linus Torvalds committed Oct 26, 2011
1 parent 39adff5 commit edb34a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/staging/et131x/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config ET131X
tristate "Agere ET-1310 Gigabit Ethernet support"
depends on NETDEV_1000 && PCI
depends on PCI
default n
---help---
This driver supports Agere ET-1310 ethernet adapters.
Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/slicoss/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config SLICOSS
tristate "Alacritech Gigabit IS-NIC support"
depends on PCI && X86 && NETDEV_1000
depends on PCI && X86
default n
help
This driver supports Alacritech's IS-NIC gigabit ethernet cards.
Expand Down

0 comments on commit edb34a4

Please sign in to comment.