diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-03-16 11:57:32 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-03-16 11:57:32 -0400 |
commit | abab012a52237693ae48a655ece30cacb2ce4cf7 (patch) | |
tree | 6e687bd30b18ba564c22b41b04a742c4175e7802 /drivers/ata/Kconfig | |
parent | 79d8a8f736151b12129984b1250fd708440e742c (diff) | |
parent | 50be5e3657cd2851a297dc0b3fd459f25829d29b (diff) |
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev
* 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev: (29 commits)
ahci: add another PCI ID for marvell
libata: Use 'bool' return value for ata_id_XXX
sata_fsl: Update RX_WATER_MARK for TRANSCFG
sata_fsl: Fix wrong Device Error Register usage
libata: Include WWN ID in inquiry VPD emulation
ata/pata_arasan_cf: fill dma chan->private from pdata->dma_priv
ata: pata: Convert pr_*(DRV_NAME ...) to pr_fmt/pr_<level>
pata_arasan_cf: fix printk format string warning
pata_arasan_cf: Adding support for arasan compact flash host controller
libata-sff: add ata_sff_queue_work() & ata_sff_queue_delayed_work()
ahci: AHCI mode SATA patch for Intel Patsburg SATA RAID controller
ahci: recognize Marvell 88se9125 PCIe SATA 6.0 Gb/s controller
libata: remove ATA_FLAG_LPM
libata: remove ATA_FLAG_NO_LEGACY
libata: remove ATA_FLAG_MMIO
libata: remove ATA_FLAG_{SRST|SATA_RESET}
ipr/sas_ata: use mode mask macros from <linux/ata.h>
sata_dwc_460ex: add debugging options
sata_dwc_460ex: fix misuse of ata_get_cmd_descript()
sata_dwc_460ex: fix return value of dma_dwc_xfer_setup()
...
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 |