From edb34a4dbdfec6fd83fe907dbf4498eedc77e17e Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Wed, 26 Oct 2011 17:21:19 +0200 Subject: 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 Signed-off-by: Linus Torvalds --- drivers/staging/slicoss/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/staging/slicoss/Kconfig') 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. -- cgit v1.2.3