diff options
author | Hannes Reinecke <hare@suse.de> | 2021-12-21 10:21:31 +0300 |
---|---|---|
committer | Damien Le Moal <damien.lemoal@opensource.wdc.com> | 2022-01-05 13:33:03 +0300 |
commit | 1d009eb6fefb64fb8db1cf9ee179133fc7270f2f (patch) | |
tree | b314dfdcf82ce4c3049fdf14f11625383458de68 /drivers/ata/Kconfig | |
parent | d4caa9054e4f9405e8d3d93a5891fe20256257f2 (diff) | |
download | linux-1d009eb6fefb64fb8db1cf9ee179133fc7270f2f.tar.xz |
ata: sata_dwc_460ex: Remove debug compile options
Driver has been converted to dynamic debugging, so the compile-time
options don't have any functionality left.
Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r-- | drivers/ata/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index a7da8ea7b3ed..f6e943c74001 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -432,18 +432,6 @@ config SATA_DWC_OLD_DMA This option enables support for old device trees without the "dmas" property. -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_HIGHBANK tristate "Calxeda Highbank SATA support" depends on ARCH_HIGHBANK || COMPILE_TEST |