summaryrefslogtreecommitdiffstats
path: root/drivers/ata/Kconfig
diff options
context:
space:
mode:
authorSergei Shtylyov2011-01-28 20:02:09 +0100
committerJeff Garzik2011-03-02 08:36:46 +0100
commit14080fa65516d15bc284c77a5dde31621a61e2bc (patch)
tree277476982b5ea30350a36e200aa8cc396cbe2cc1 /drivers/ata/Kconfig
parentsata_dwc_460ex: fix misuse of ata_get_cmd_descript() (diff)
downloadkernel-qcow2-linux-14080fa65516d15bc284c77a5dde31621a61e2bc.tar.gz
kernel-qcow2-linux-14080fa65516d15bc284c77a5dde31621a61e2bc.tar.xz
kernel-qcow2-linux-14080fa65516d15bc284c77a5dde31621a61e2bc.zip
sata_dwc_460ex: add debugging options
The driver makes use of the two options (CONFIG_SATA_DWC_[V]DEBUG) to enable the debug output but they both are absent in drivers/ata/Kconfig... Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r--drivers/ata/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index c2328aed0836..8a1fc396f055 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -202,6 +202,18 @@ config SATA_DWC
If unsure, say N.
+config SATA_DWC_DEBUG
+ bool "Debugging driver version"
+ depends on SATA_DWC
+ help
+ This option enables debugging output in the driver.
+
+config SATA_DWC_VDEBUG
+ bool "Verbose debug output"
+ depends on SATA_DWC_DEBUG
+ help
+ This option enables the taskfile dumping and NCQ debugging.
+
config SATA_MV
tristate "Marvell SATA support"
help