public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix drivers/net/Config.in in 2.4.19-rc3
@ 2002-07-21 11:40 Christoph Hellwig
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Hellwig @ 2002-07-21 11:40 UTC (permalink / raw)
  To: marcelo; +Cc: linux-kernel

The big mips merge in 2.4.19-rc3 breaks parsing of drivers/net/Config.in
with config tools that adhere the documented syntax strictly.

CONFIG_NE2000 is a tristate in other places so the mips-specific section
can't redefine it as bool.  Please include this patch in the final 2.4.19.


--- 1.38/drivers/net/Config.in	Fri Jun 28 17:36:11 2002
+++ edited/drivers/net/Config.in	Sun Jul 21 14:35:08 2002
@@ -223,7 +223,7 @@
       tristate '  Baget AMD LANCE support' CONFIG_BAGETLANCE
    fi
    if [ "$CONFIG_NEC_OSPREY" = "y" ]; then
-      bool '  Memory-mapped onboard NE2000-compatible ethernet' CONFIG_NE2000
+      tristate '  Memory-mapped onboard NE2000-compatible ethernet' CONFIG_NE2000
    fi
 fi
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] fix drivers/net/Config.in in 2.4.19-rc3
@ 2002-07-21 11:41 Christoph Hellwig
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Hellwig @ 2002-07-21 11:41 UTC (permalink / raw)
  To: marcelo; +Cc: linux-kernel

The big mips merge in 2.4.19-rc3 breaks parsing of drivers/net/Config.in
with config tools that adhere the documented syntax strictly.

CONFIG_NE2000 is a tristate in other places so the mips-specific section
can't redefine it as bool.  Please include this patch in the final 2.4.19.


--- 1.38/drivers/net/Config.in	Fri Jun 28 17:36:11 2002
+++ edited/drivers/net/Config.in	Sun Jul 21 14:35:08 2002
@@ -223,7 +223,7 @@
       tristate '  Baget AMD LANCE support' CONFIG_BAGETLANCE
    fi
    if [ "$CONFIG_NEC_OSPREY" = "y" ]; then
-      bool '  Memory-mapped onboard NE2000-compatible ethernet' CONFIG_NE2000
+      tristate '  Memory-mapped onboard NE2000-compatible ethernet' CONFIG_NE2000
    fi
 fi
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-07-21 11:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-21 11:40 [PATCH] fix drivers/net/Config.in in 2.4.19-rc3 Christoph Hellwig
  -- strict thread matches above, loose matches on Subject: below --
2002-07-21 11:41 Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox