diff options
author | Furquan Shaikh <furquan@google.com> | 2020-05-11 12:11:27 -0700 |
---|---|---|
committer | Furquan Shaikh <furquan@google.com> | 2020-05-12 20:05:34 +0000 |
commit | 5cc41f2a6b6aeca1500fe9f55af5858d1c7e4e38 (patch) | |
tree | 9a4099537f7d9e72ff68aedcf99e4141b581fac3 /src/lib/Kconfig | |
parent | 470f627c2bbfda9ff7e42801fa93b5205e0ba654 (diff) | |
download | coreboot-5cc41f2a6b6aeca1500fe9f55af5858d1c7e4e38.tar.xz |
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 <furquan@google.com>
Change-Id: I8ff250fe85dfa9370bf93ce3c7e2de5c069bf9e9
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41254
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/lib/Kconfig')
-rw-r--r-- | src/lib/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
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. |