]> git.hungrycats.org Git - linux/commitdiff
[PATCH] PATCH 2.5: kconfig synchronise banners 2 (3_3)
authorGreg Banks <gnb@alphalink.com.au>
Mon, 15 Jul 2002 05:53:11 +0000 (22:53 -0700)
committerJames Morris <jmorris@intercode.com.au>
Mon, 15 Jul 2002 05:53:11 +0000 (22:53 -0700)
 1/8 definitions of CONFIG_VGA_CONSOLE have trivially different banners.

arch/ppc/config.in

index 71c362b18343af4525f28442bce1bf8a52e1adde..47d44bbd3fc2b4074f59976b980bc0727ea860b9 100644 (file)
@@ -475,7 +475,7 @@ endmenu
 mainmenu_option next_comment
 comment 'Console drivers'
 if [ "$CONFIG_4xx" != "y" -a "$CONFIG_8xx" != "y" ]; then
-   bool 'Support for VGA Console' CONFIG_VGA_CONSOLE
+   bool 'VGA text console' CONFIG_VGA_CONSOLE
 fi
 source drivers/video/Config.in
 if [ "$CONFIG_FB" = "y" -a "$CONFIG_ALL_PPC" = "y" ]; then