* [PATCH] ip1000: menu location change
@ 2008-01-01 17:27 Stephen Hemminger
2008-01-12 22:41 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Stephen Hemminger @ 2008-01-01 17:27 UTC (permalink / raw)
To: Jeff Garzik, Pekka Enberg; +Cc: netdev
Move the ip1000 driver into the expected place for gigabit cards
in the configuration menu structure. It should be under the gigabit
cards, not at the top level.
Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
--- a/drivers/net/Kconfig 2007-12-26 20:17:31.000000000 -0800
+++ b/drivers/net/Kconfig 2007-12-26 20:18:36.000000000 -0800
@@ -166,16 +166,6 @@ config NET_SB1000
If you don't have this card, of course say N.
-config IP1000
- tristate "IP1000 Gigabit Ethernet support"
- depends on PCI && EXPERIMENTAL
- select MII
- ---help---
- This driver supports IP1000 gigabit Ethernet cards.
-
- To compile this driver as a module, choose M here: the module
- will be called ipg. This is recommended.
-
source "drivers/net/arcnet/Kconfig"
source "drivers/net/phy/Kconfig"
@@ -2004,6 +1994,16 @@ config E1000E
To compile this driver as a module, choose M here. The module
will be called e1000e.
+config IP1000
+ tristate "IP1000 Gigabit Ethernet support"
+ depends on PCI && EXPERIMENTAL
+ select MII
+ ---help---
+ This driver supports IP1000 gigabit Ethernet cards.
+
+ To compile this driver as a module, choose M here: the module
+ will be called ipg. This is recommended.
+
source "drivers/net/ixp2000/Kconfig"
config MYRI_SBUS
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] ip1000: menu location change
2008-01-01 17:27 [PATCH] ip1000: menu location change Stephen Hemminger
@ 2008-01-12 22:41 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2008-01-12 22:41 UTC (permalink / raw)
To: Stephen Hemminger; +Cc: Pekka Enberg, netdev
Stephen Hemminger wrote:
> Move the ip1000 driver into the expected place for gigabit cards
> in the configuration menu structure. It should be under the gigabit
> cards, not at the top level.
>
> Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
>
> --- a/drivers/net/Kconfig 2007-12-26 20:17:31.000000000 -0800
> +++ b/drivers/net/Kconfig 2007-12-26 20:18:36.000000000 -0800
> @@ -166,16 +166,6 @@ config NET_SB1000
>
> If you don't have this card, of course say N.
>
> -config IP1000
> - tristate "IP1000 Gigabit Ethernet support"
> - depends on PCI && EXPERIMENTAL
> - select MII
> - ---help---
> - This driver supports IP1000 gigabit Ethernet cards.
> -
> - To compile this driver as a module, choose M here: the module
> - will be called ipg. This is recommended.
> -
> source "drivers/net/arcnet/Kconfig"
>
> source "drivers/net/phy/Kconfig"
> @@ -2004,6 +1994,16 @@ config E1000E
> To compile this driver as a module, choose M here. The module
> will be called e1000e.
>
> +config IP1000
> + tristate "IP1000 Gigabit Ethernet support"
> + depends on PCI && EXPERIMENTAL
> + select MII
> + ---help---
> + This driver supports IP1000 gigabit Ethernet cards.
> +
> + To compile this driver as a module, choose M here: the module
> + will be called ipg. This is recommended.
> +
> source "drivers/net/ixp2000/Kconfig"
applied
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-01-12 22:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-01 17:27 [PATCH] ip1000: menu location change Stephen Hemminger
2008-01-12 22:41 ` 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).