From b1c8ea3c09db24a55ff84ac047cb2e9d9f644bf9 Mon Sep 17 00:00:00 2001 From: Abhijit Gangurde Date: Tue, 13 Jun 2023 14:13:18 +0530 Subject: 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 Message-ID: <20230613084318.27996-1-abhijit.gangurde@amd.com> Signed-off-by: Greg Kroah-Hartman --- drivers/cdx/controller/Kconfig | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'drivers/cdx/controller/Kconfig') 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 -- cgit v1.2.3