G'day,

Two symbols CONFIG_ROADRUNNER and CONFIG_ROADRUNNER_LARGE_RINGS depend
on CONFIG_EXPERIMENTAL but do not say so in their banners.


diff -ruN linux-2.5.21+patches2/drivers/net/Config.in 
linux-2.5.21/drivers/net/Config.in
--- linux-2.5.21+patches2/drivers/net/Config.in Sun Jun 16 14:13:20 2002
+++ linux-2.5.21/drivers/net/Config.in  Sun Jun 16 15:12:15 2002
@@ -249,13 +249,13 @@
 
 if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
    if [ "$CONFIG_INET" = "y" ]; then
       bool 'HIPPI driver support (EXPERIMENTAL)' CONFIG_HIPPI
       if [ "$CONFIG_HIPPI" = "y" -a "$CONFIG_PCI" = "y" ]; then
-         dep_tristate '  Essential RoadRunner HIPPI PCI adapter support' 
CONFIG_ROADRUNNER $CONFIG_PCI
+         dep_tristate '  Essential RoadRunner HIPPI PCI adapter support 
+(EXPERIMENTAL)' CONFIG_ROADRUNNER $CONFIG_PCI
          if [ "$CONFIG_ROADRUNNER" != "n" ]; then
-           bool '    Use large TX/RX rings' CONFIG_ROADRUNNER_LARGE_RINGS
+           bool '    Use large TX/RX rings (EXPERIMENTAL)' 
+CONFIG_ROADRUNNER_LARGE_RINGS
          fi
       fi
    fi
 fi
 
Greg.
-- 
the price of civilisation today is a courageous willingness to prevail,
with force, if necessary, against whatever vicious and uncomprehending
enemies try to strike it down.     - Roger Sandall, The Age, 28Sep2001.

_______________________________________________________________

Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
_______________________________________________
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel

Reply via email to