From 5cc41f2a6b6aeca1500fe9f55af5858d1c7e4e38 Mon Sep 17 00:00:00 2001 From: Furquan Shaikh Date: Mon, 11 May 2020 12:11:27 -0700 Subject: espi: Add support for debug helper to print slave capabilities This change adds a Kconfig option to enable eSPI debugging that pulls in a helper function to print slave capabilities. BUG=b:153675913 Signed-off-by: Furquan Shaikh Change-Id: I8ff250fe85dfa9370bf93ce3c7e2de5c069bf9e9 Reviewed-on: https://review.coreboot.org/c/coreboot/+/41254 Tested-by: build bot (Jenkins) Reviewed-by: Raul Rangel Reviewed-by: Aaron Durbin --- src/lib/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/lib/Kconfig') diff --git a/src/lib/Kconfig b/src/lib/Kconfig index dd9974a817..a6fb1f149e 100644 --- a/src/lib/Kconfig +++ b/src/lib/Kconfig @@ -75,3 +75,9 @@ config NO_FMAP_CACHE If your platform really doesn't want to use an FMAP cache (e.g. due to space constraints), you can select this to disable warnings and save a bit more code. + +config ESPI_DEBUG + bool + help + This option enables eSPI library helper functions for displaying debug + information. -- cgit v1.2.3