* [PATCH] Kconfig: remove redundant NETDEVICES depends
@ 2006-11-02 5:18 Randy Dunlap
2006-11-06 7:56 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2006-11-02 5:18 UTC (permalink / raw)
To: netdev; +Cc: davem, jgarzik
From: Randy Dunlap <randy.dunlap@oracle.com>
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>
---
drivers/net/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- linux-2619-rc4g2.orig/drivers/net/Kconfig
+++ linux-2619-rc4g2/drivers/net/Kconfig
@@ -476,7 +476,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.
@@ -2466,7 +2466,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"
---
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Kconfig: remove redundant NETDEVICES depends
2006-11-02 5:18 [PATCH] Kconfig: remove redundant NETDEVICES depends Randy Dunlap
@ 2006-11-06 7:56 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2006-11-06 7:56 UTC (permalink / raw)
To: Randy Dunlap; +Cc: netdev, davem
applied
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-11-06 7:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-02 5:18 [PATCH] Kconfig: remove redundant NETDEVICES depends Randy Dunlap
2006-11-06 7:56 ` Jeff Garzik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).