]> git.hungrycats.org Git - linux/commitdiff
[PATCH] PATCH 2.5: kconfig missing EXPERIMENTAL 2 (6_7)
authorGreg Banks <gnb@alphalink.com.au>
Mon, 15 Jul 2002 05:50:53 +0000 (22:50 -0700)
committerJames Morris <jmorris@intercode.com.au>
Mon, 15 Jul 2002 05:50:53 +0000 (22:50 -0700)
 Symbol CONFIG_SGI_NEWPORT_GFX depends on CONFIG_EXPERIMENTAL but does
 not say so in its banner.

drivers/sgi/Config.in

index f7582d1fa949bba54d0cfa01ad0d379517125e8d..082be90d44c2a7848cdb8bda85ff0b3179175544 100644 (file)
@@ -11,7 +11,7 @@ fi
 bool 'SGI DS1286  RTC support' CONFIG_SGI_DS1286
 
 if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then  
-   tristate 'SGI Newport Graphics support' CONFIG_SGI_NEWPORT_GFX
+   tristate 'SGI Newport Graphics support (EXPERIMENTAL)' CONFIG_SGI_NEWPORT_GFX
 fi
 
 endmenu