]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] Kconfig: remove redundant NETDEVICES depends
authorRandy Dunlap <randy.dunlap@oracle.com>
Thu, 2 Nov 2006 05:18:58 +0000 (21:18 -0800)
committerJeff Garzik <jeff@garzik.org>
Mon, 6 Nov 2006 07:56:00 +0000 (02:56 -0500)
drivers/net/Kconfig says:
# All the following symbols are dependent on NETDEVICES - do not repeat
# that for each of the symbols.

so remove duplicate 'depends' uses of NETDEVICES.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/Kconfig

index 28c17d1ca5cb8c1e4b19c2467c3b1c6b304cc3d2..9cb3ca5806fce75ff90ebc32db5f87ce8c231dd2 100644 (file)
@@ -486,7 +486,7 @@ config SGI_IOC3_ETH_HW_TX_CSUM
 
 config MIPS_SIM_NET
        tristate "MIPS simulator Network device (EXPERIMENTAL)"
-       depends on NETDEVICES && MIPS_SIM && EXPERIMENTAL
+       depends on MIPS_SIM && EXPERIMENTAL
        help
          The MIPSNET device is a simple Ethernet network device which is
          emulated by the MIPS Simulator.
@@ -2467,7 +2467,7 @@ config ISERIES_VETH
 
 config RIONET
        tristate "RapidIO Ethernet over messaging driver support"
-       depends on NETDEVICES && RAPIDIO
+       depends on RAPIDIO
 
 config RIONET_TX_SIZE
        int "Number of outbound queue entries"