aboutsummaryrefslogtreecommitdiff
path: root/drivers/ata/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r--drivers/ata/Kconfig37
1 files changed, 37 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index f2df6e2a224..1a3fcdffa00 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -103,6 +103,43 @@ config ATA_SFF
if ATA_SFF
+config SATA_DWC
+ tristate "DesignWare Cores SATA support"
+ depends on 460EX || APM82181
+ help
+ This option enables support for the Synopsys DesignWare Cores SATA
+ controller.
+ It can be found on the AMCC 460EX.
+ If unsure, say N.
+
+config SATA_DWC_PMP
+ tristate "DesignWare Cores SATA with PMP support"
+ depends on 460EX || APM82181
+ help
+ This option enables support for the Synopsys DesignWare Cores SATA
+ controller.
+ It can be found on the AMCC 460EX.
+ If unsure, say N.
+
+config SATA_DWC_NCQ
+ tristate "DesignWare Cores SATA with PMP and NCQ support"
+ depends on 460EX || APM82181
+ help
+ This option enables support for the Synopsys DesignWare Cores SATA
+ controller.
+ It can be found on the AMCC 460EX.
+ If unsure, say N.
+
+config SATA_DWC_DEBUG
+ bool "Enable debug output"
+ depends on SATA_DWC || SATA_DWC_PMP || SATA_DWC_NCQ
+ default n
+
+config SATA_DWC_VDEBUG
+ bool "Enable verbose debug output"
+ depends on ( SATA_DWC || SATA_DWC_PMP || SATA_DWC_NCQ ) && SATA_DWC_DEBUG
+ default n
+
config SATA_SVW
tristate "ServerWorks Frodo / Apple K2 SATA support"
depends on PCI