sata_dwc_460ex: add debugging options
authorSergei Shtylyov <sshtylyov@ru.mvista.com>
Fri, 28 Jan 2011 19:02:09 +0000 (22:02 +0300)
committerJeff Garzik <jgarzik@redhat.com>
Wed, 2 Mar 2011 07:36:46 +0000 (02:36 -0500)
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>
drivers/ata/Kconfig

index c2328ae..8a1fc39 100644 (file)
@@ -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