]> git.hungrycats.org Git - linux/commitdiff
[PATCH] PATCH 2.5: kconfig missing EXPERIMENTAL (12_14)
authorGreg Banks <gnb@alphalink.com.au>
Thu, 20 Jun 2002 06:43:30 +0000 (23:43 -0700)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Thu, 20 Jun 2002 06:43:30 +0000 (23:43 -0700)
Symbol CONFIG_SONYPI depends on CONFIG_EXPERIMENTAL but does
not say so in its banner.

drivers/char/Config.in

index 8afe4bd7a1ffbba2561761ed28ddca938ed59a4d..702097f9d4f9ebf34b5e807e1b87ef10969f8332 100644 (file)
@@ -199,7 +199,7 @@ tristate 'Double Talk PC internal speech card support' CONFIG_DTLK
 tristate 'Siemens R3964 line discipline' CONFIG_R3964
 tristate 'Applicom intelligent fieldbus card support' CONFIG_APPLICOM
 if [ "$CONFIG_EXPERIMENTAL" = "y" -a "$CONFIG_X86" = "y" ]; then
-   dep_tristate 'Sony Vaio Programmable I/O Control Device support' CONFIG_SONYPI $CONFIG_PCI
+   dep_tristate 'Sony Vaio Programmable I/O Control Device support (EXPERIMENTAL)' CONFIG_SONYPI $CONFIG_PCI
 fi
 
 mainmenu_option next_comment