diff options
author | Mark Langsdorf <mark.langsdorf@calxeda.com> | 2012-09-06 17:03:30 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2012-09-13 01:09:41 -0400 |
commit | 8996b89d6bc98ae2f6d6e6e624a42a3f89d06949 (patch) | |
tree | 2084f726d4a4b4ecc4db807fadcb2c529b73f776 /drivers/ata/Kconfig | |
parent | 100f586bd0959fe0e52b8a0b8cb49a3df1c6b044 (diff) |
ata: add platform driver for Calxeda AHCI controller
Calxeda highbank SATA phy has intermittent problems bringing up a link
with Gen3 drives. Retrying the phy hard reset can work-around this issue,
but each reset also disables spread spectrum support. The reset function
also needs to reprogram the phy to enable spread spectrum support.
Create a new driver based on ahci_platform to support the Calxeda Highbank
SATA controller.
Signed-off-by: Mark Langsdorf <mark.langsdorf@calxeda.com>
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r-- | drivers/ata/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 27cecd313e75..e08d322d01d7 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig | |||
@@ -214,6 +214,14 @@ config SATA_DWC_VDEBUG | |||
214 | help | 214 | help |
215 | This option enables the taskfile dumping and NCQ debugging. | 215 | This option enables the taskfile dumping and NCQ debugging. |
216 | 216 | ||
217 | config SATA_HIGHBANK | ||
218 | tristate "Calxeda Highbank SATA support" | ||
219 | help | ||
220 | This option enables support for the Calxeda Highbank SoC's | ||
221 | onboard SATA. | ||
222 | |||
223 | If unsure, say N. | ||
224 | |||
217 | config SATA_MV | 225 | config SATA_MV |
218 | tristate "Marvell SATA support" | 226 | tristate "Marvell SATA support" |
219 | help | 227 | help |