diff options
author | Tejun Heo <htejun@gmail.com> | 2008-04-30 16:35:17 +0900 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-05-06 11:40:57 -0400 |
commit | 22bfc6d5e19b72d50535ce32fd6dee2ce2e75775 (patch) | |
tree | ab0a8061ee01534fe723e89af23e71b67c5480db /drivers/ata/Kconfig | |
parent | ba66b242b1c3432b44d893c64124522b3bdce71e (diff) | |
download | linux-22bfc6d5e19b72d50535ce32fd6dee2ce2e75775.tar.bz2 |
sata_inic162x: update intro comment, up the version and drop EXPERIMENTAL
sata_inic162x is now ready for production use. Bump the version,
explain what's working and what's not and drop EXPERIMENTAL.
Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r-- | drivers/ata/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 1a59f305f7db..9bf2986a2788 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -205,8 +205,8 @@ config SATA_VITESSE If unsure, say N. config SATA_INIC162X - tristate "Initio 162x SATA support (HIGHLY EXPERIMENTAL)" - depends on PCI && EXPERIMENTAL + tristate "Initio 162x SATA support" + depends on PCI help This option enables support for Initio 162x Serial ATA. |