]> git.hungrycats.org Git - linux/commitdiff
[PATCH] PATCH 2.5: kconfig synchronise banners 3
authorGreg Banks <gnb@alphalink.com.au>
Mon, 15 Jul 2002 06:01:35 +0000 (23:01 -0700)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Mon, 15 Jul 2002 06:01:35 +0000 (23:01 -0700)
  1/3 definitions of CONFIG_BLK_DEV_FD have trivially different banners.

  [Rusty: this is the one davem didn't like, rejigged to remove "PC"
   from one case instead of add it to the other 2].

drivers/block/Config.in

index e46f2cb1bd408aa4633014053e79c3f3af1f56a2..d6b458560882d85c75ff6009a71381f9a57396eb 100644 (file)
@@ -4,7 +4,7 @@
 mainmenu_option next_comment
 comment 'Block devices'
 
-tristate 'Normal PC floppy disk support' CONFIG_BLK_DEV_FD
+tristate 'Normal floppy disk support' CONFIG_BLK_DEV_FD
 if [ "$CONFIG_AMIGA" = "y" ]; then
    tristate 'Amiga floppy support' CONFIG_AMIGA_FLOPPY
 fi