浏览代码

[PATCH] ide Kconfig fixes

CONFIG_BLK_DEV_IDECS docu mentions everything and the kitchen sink, yet
fails to list the most important/widespread (IMHO) device: Compact Flash
PCMCIA adapters.

This incomplete description recently caused me to deselect the ide_cs
module, causing great pain soon thereafter when I realized why I had
actually enabled it some years ago.

Updates:
- make sure to mention Compact Flash adapters
- fix some random typos in ide Kconfig

Signed-off-by: Andreas Mohr <andi@lisas.de>
Acked-by: Bartlomiej Zolnierkiewicz <B.Zolnierkiewicz@elka.pw.edu.pl>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Andreas Mohr 19 年之前
父节点
当前提交
3b6ce2497f
共有 1 个文件被更改,包括 7 次插入7 次删除
  1. 7 7
      drivers/ide/Kconfig

+ 7 - 7
drivers/ide/Kconfig

@@ -162,8 +162,8 @@ config BLK_DEV_IDECS
 	tristate "PCMCIA IDE support"
 	tristate "PCMCIA IDE support"
 	depends on PCMCIA
 	depends on PCMCIA
 	help
 	help
-	  Support for outboard IDE disks, tape drives, and CD-ROM drives
-	  connected through a  PCMCIA card.
+	  Support for Compact Flash cards, outboard IDE disks, tape drives,
+	  and CD-ROM drives connected through a PCMCIA card.
 
 
 config BLK_DEV_IDECD
 config BLK_DEV_IDECD
 	tristate "Include IDE/ATAPI CDROM support"
 	tristate "Include IDE/ATAPI CDROM support"
@@ -267,7 +267,7 @@ config IDE_TASK_IOCTL
 	help
 	help
 	  This is a direct raw access to the media.  It is a complex but
 	  This is a direct raw access to the media.  It is a complex but
 	  elegant solution to test and validate the domain of the hardware and
 	  elegant solution to test and validate the domain of the hardware and
-	  perform below the driver data recover if needed.  This is the most
+	  perform below the driver data recovery if needed.  This is the most
 	  basic form of media-forensics.
 	  basic form of media-forensics.
 
 
 	  If you are unsure, say N here.
 	  If you are unsure, say N here.
@@ -525,7 +525,7 @@ config BLK_DEV_CS5520
 	tristate "Cyrix CS5510/20 MediaGX chipset support (VERY EXPERIMENTAL)"
 	tristate "Cyrix CS5510/20 MediaGX chipset support (VERY EXPERIMENTAL)"
 	depends on EXPERIMENTAL
 	depends on EXPERIMENTAL
 	help
 	help
-	  Include support for PIO tuning an virtual DMA on the Cyrix MediaGX 
+	  Include support for PIO tuning and virtual DMA on the Cyrix MediaGX
 	  5510/5520 chipset. This will automatically be detected and
 	  5510/5520 chipset. This will automatically be detected and
 	  configured if found.
 	  configured if found.
 
 
@@ -662,7 +662,7 @@ config PDC202XX_BURST
 
 
 	  It was originally designed for the PDC20246/Ultra33, whose BIOS will
 	  It was originally designed for the PDC20246/Ultra33, whose BIOS will
 	  only setup UDMA on the first two PDC20246 cards.  It has also been
 	  only setup UDMA on the first two PDC20246 cards.  It has also been
-	  used succesfully on a PDC20265/Ultra100, allowing use of UDMA modes
+	  used successfully on a PDC20265/Ultra100, allowing use of UDMA modes
 	  when the PDC20265 BIOS has been disabled (for faster boot up).
 	  when the PDC20265 BIOS has been disabled (for faster boot up).
 
 
 	  Please read the comments at the top of
 	  Please read the comments at the top of
@@ -722,7 +722,7 @@ config BLK_DEV_SIS5513
 config BLK_DEV_SLC90E66
 config BLK_DEV_SLC90E66
 	tristate "SLC90E66 chipset support"
 	tristate "SLC90E66 chipset support"
 	help
 	help
-	  This driver ensures (U)DMA support for Victroy66 SouthBridges for
+	  This driver ensures (U)DMA support for Victory66 SouthBridges for
 	  SMsC with Intel NorthBridges.  This is an Ultra66 based chipset.
 	  SMsC with Intel NorthBridges.  This is an Ultra66 based chipset.
 	  The nice thing about it is that you can mix Ultra/DMA/PIO devices
 	  The nice thing about it is that you can mix Ultra/DMA/PIO devices
 	  and it will handle timing cycles.  Since this is an improved
 	  and it will handle timing cycles.  Since this is an improved
@@ -1060,7 +1060,7 @@ config IDEDMA_IVB
 	  in that mode with an 80c ribbon.
 	  in that mode with an 80c ribbon.
 
 
 	  If you are experiencing compatibility or performance problems, you
 	  If you are experiencing compatibility or performance problems, you
-	  MAY try to answering Y here. However, it does not necessarily solve
+	  MAY try to answer Y here. However, it does not necessarily solve
 	  any of your problems, it could even cause more of them.
 	  any of your problems, it could even cause more of them.
 
 
 	  It is normally safe to answer Y; however, the default is N.
 	  It is normally safe to answer Y; however, the default is N.