aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/slicoss/Kconfig
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2011-10-26 17:21:19 +0200
committerLinus Torvalds <torvalds@linux-foundation.org>2011-10-26 17:21:19 +0200
commitedb34a4dbdfec6fd83fe907dbf4498eedc77e17e (patch)
treece688c28c6733019675e2855efa1036f8c79d655 /drivers/staging/slicoss/Kconfig
parentMerge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (diff)
downloadlinux-dev-edb34a4dbdfec6fd83fe907dbf4498eedc77e17e.tar.xz
linux-dev-edb34a4dbdfec6fd83fe907dbf4498eedc77e17e.zip
Remove stale "depends on NETDEV_1000"in staging drivers
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>
Diffstat (limited to '')
-rw-r--r--drivers/staging/slicoss/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/slicoss/Kconfig b/drivers/staging/slicoss/Kconfig
index d2993d339bc6..5cde96b2e6e1 100644
--- a/drivers/staging/slicoss/Kconfig
+++ b/drivers/staging/slicoss/Kconfig
@@ -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.