diff options
author | Tejun Heo <htejun@gmail.com> | 2007-01-03 03:32:45 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-02-09 17:39:31 -0500 |
commit | 1fd7a697a37bcd484b130a71326e43cd68ced90c (patch) | |
tree | e1fcf2acf6698e2403367a2c4136911af5653f17 /drivers/ata/Kconfig | |
parent | 726f0785b608d09bdd64bdbadc09217ebbf9920e (diff) |
sata_inic162x: finally, driver for initio 162x SATA controllers, take #2
Driver for Initio 162x SATA controllers. ATA r/w, ATAPI r, hotplug
and suspend/resume work. ATAPI w (recording, that is) broken. Feel
free to fix it, but be warned, this controller is weird.
Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r-- | drivers/ata/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index f72b3415d75f..ea102c089222 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig | |||
@@ -147,6 +147,12 @@ config SATA_VITESSE | |||
147 | 147 | ||
148 | If unsure, say N. | 148 | If unsure, say N. |
149 | 149 | ||
150 | config SATA_INIC162X | ||
151 | tristate "Initio 162x SATA support (HIGHLY EXPERIMENTAL)" | ||
152 | depends on PCI && EXPERIMENTAL | ||
153 | help | ||
154 | This option enables support for Initio 162x Serial ATA. | ||
155 | |||
150 | config SATA_INTEL_COMBINED | 156 | config SATA_INTEL_COMBINED |
151 | bool | 157 | bool |
152 | depends on IDE=y && !BLK_DEV_IDE_SATA && (SATA_AHCI || ATA_PIIX) | 158 | depends on IDE=y && !BLK_DEV_IDE_SATA && (SATA_AHCI || ATA_PIIX) |