diff options
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r-- | drivers/ata/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index c2328aed0836..75afa75a515e 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig | |||
@@ -202,6 +202,18 @@ config SATA_DWC | |||
202 | 202 | ||
203 | If unsure, say N. | 203 | If unsure, say N. |
204 | 204 | ||
205 | config SATA_DWC_DEBUG | ||
206 | bool "Debugging driver version" | ||
207 | depends on SATA_DWC | ||
208 | help | ||
209 | This option enables debugging output in the driver. | ||
210 | |||
211 | config SATA_DWC_VDEBUG | ||
212 | bool "Verbose debug output" | ||
213 | depends on SATA_DWC_DEBUG | ||
214 | help | ||
215 | This option enables the taskfile dumping and NCQ debugging. | ||
216 | |||
205 | config SATA_MV | 217 | config SATA_MV |
206 | tristate "Marvell SATA support" | 218 | tristate "Marvell SATA support" |
207 | help | 219 | help |
@@ -299,6 +311,12 @@ config PATA_AMD | |||
299 | 311 | ||
300 | If unsure, say N. | 312 | If unsure, say N. |
301 | 313 | ||
314 | config PATA_ARASAN_CF | ||
315 | tristate "ARASAN CompactFlash PATA Controller Support" | ||
316 | select DMA_ENGINE | ||
317 | help | ||
318 | Say Y here to support the ARASAN CompactFlash PATA controller | ||
319 | |||
302 | config PATA_ARTOP | 320 | config PATA_ARTOP |
303 | tristate "ARTOP 6210/6260 PATA support" | 321 | tristate "ARTOP 6210/6260 PATA support" |
304 | depends on PCI | 322 | depends on PCI |