On Sat, Mar 17, 2007 at 08:08:33PM +1100, Finn Thain wrote: > Index: linux-2.6.20/drivers/net/Kconfig > =================================================================== > --- linux-2.6.20.orig/drivers/net/Kconfig 2007-03-06 19:22:38.000000000 > +1100 > +++ linux-2.6.20/drivers/net/Kconfig 2007-03-06 20:15:52.000000000 +1100 > @@ -347,8 +347,8 @@ config MACSONIC > be called macsonic. > > config MACMACE > - bool "Macintosh (AV) onboard MACE ethernet (EXPERIMENTAL)" > - depends on NET_ETHERNET && MAC && EXPERIMENTAL > + bool "Macintosh (AV) onboard MACE ethernet" > + depends on NET_ETHERNET && MAC > select CRC32 > help > Support for the onboard AMD 79C940 MACE Ethernet controller used in
Have you tried making this a tristate option? It looked like the code had all the proper hooks to be built as a module, but it currently isn't allowed by the Kconfig. Brad Boyer [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html