summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.port80
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/Kconfig.port80')
-rw-r--r--zephyr/Kconfig.port8010
1 files changed, 9 insertions, 1 deletions
diff --git a/zephyr/Kconfig.port80 b/zephyr/Kconfig.port80
index adeea08d20..a03d8295f7 100644
--- a/zephyr/Kconfig.port80
+++ b/zephyr/Kconfig.port80
@@ -1,4 +1,4 @@
-# Copyright 2021 The Chromium OS Authors. All rights reserved.
+# Copyright 2021 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -11,4 +11,12 @@ config PLATFORM_EC_PORT80_4_BYTE
codes when AP sends 4-byte Port80 codes via eSPI PUT_IOWR_SHORT
protocol in a single transaction.
+config PLATFORM_EC_PORT80_QUIET
+ bool "Do not log Port80 codes when they are received"
+ help
+ Enable this config to avoid logging the entire buffer of
+ Port80 codes as each are received.
+ The history is still available via the 'port80' EC command.
+ Enabling this will reduce the logging overhead during AP startup.
+
endif # PLATFORM_EC_HOST_INTERFACE_ESPI