summaryrefslogtreecommitdiff
path: root/drivers/cdx/controller/Kconfig
diff options
context:
space:
mode:
authorAbhijit Gangurde <abhijit.gangurde@amd.com>2023-06-13 11:43:18 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-06-15 14:42:16 +0300
commitb1c8ea3c09db24a55ff84ac047cb2e9d9f644bf9 (patch)
treef3a8c3cabac93fbcdff75f071f47e0c142ee0b7e /drivers/cdx/controller/Kconfig
parentb8c5ff76059ded3758de3db83e04189a072ac01f (diff)
downloadlinux-b1c8ea3c09db24a55ff84ac047cb2e9d9f644bf9.tar.xz
cdx: Replace custom mcdi logging with print_hex_dump_debug()
Replace custom mcdi logging for send and receive requests with dynamic debug method print_hex_dump_debug(). Signed-off-by: Abhijit Gangurde <abhijit.gangurde@amd.com> Message-ID: <20230613084318.27996-1-abhijit.gangurde@amd.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/cdx/controller/Kconfig')
-rw-r--r--drivers/cdx/controller/Kconfig10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/cdx/controller/Kconfig b/drivers/cdx/controller/Kconfig
index c3e3b9ff8dfe..61bf17fbe433 100644
--- a/drivers/cdx/controller/Kconfig
+++ b/drivers/cdx/controller/Kconfig
@@ -18,14 +18,4 @@ config CDX_CONTROLLER
If unsure, say N.
-config MCDI_LOGGING
- bool "MCDI Logging for the CDX controller"
- depends on CDX_CONTROLLER
- help
- Enable MCDI Logging for
- the CDX Controller for debug
- purpose.
-
- If unsure, say N.
-
endif