summaryrefslogtreecommitdiff
path: root/zephyr/app/ec/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/app/ec/Kconfig')
-rw-r--r--zephyr/app/ec/Kconfig7
1 files changed, 6 insertions, 1 deletions
diff --git a/zephyr/app/ec/Kconfig b/zephyr/app/ec/Kconfig
index ebdeebfdf2..fbf6185740 100644
--- a/zephyr/app/ec/Kconfig
+++ b/zephyr/app/ec/Kconfig
@@ -1,4 +1,4 @@
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Copyright 2020 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -34,6 +34,11 @@ config NUM_PREEMPT_PRIORITIES
config SYSTEM_WORKQUEUE_PRIORITY
default 24
+# eSPI is chatty, so default to Error only
+choice ESPI_LOG_LEVEL_CHOICE
+ default ESPI_LOG_LEVEL_ERR
+endchoice
+
config LTO
bool "Link Time Optimization (LTO)"
default y if !SOC_POSIX