diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2007-01-06 01:37:00 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2007-01-06 08:55:28 +0100 |
commit | 516e72cb47ae4457f368aff449ffc284c5f357c1 (patch) | |
tree | b2082a0670c7bc2c15b030b4a78e1ac3cf6a495c /drivers/ata/Kconfig | |
parent | [PATCH] KVM: Simplify test for interrupt window (diff) | |
download | linux-516e72cb47ae4457f368aff449ffc284c5f357c1.tar.xz linux-516e72cb47ae4457f368aff449ffc284c5f357c1.zip |
[PATCH] pata_optidma: typo in Kconfig
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Acked-by: Alan Cox <alan@redhat.com>
Cc: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r-- | drivers/ata/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index b34e0a958d0f..da21552d2b1c 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -381,7 +381,7 @@ config PATA_OPTI If unsure, say N. config PATA_OPTIDMA - tristate "OPTI FireStar PATA support (Veyr Experimental)" + tristate "OPTI FireStar PATA support (Very Experimental)" depends on PCI && EXPERIMENTAL help This option enables DMA/PIO support for the later OPTi |