summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Barnes <robbarnes@google.com>2021-06-10 13:41:10 -0600
committerCommit Bot <commit-bot@chromium.org>2021-06-10 21:50:43 +0000
commit23cc1480e41507bc4331fef3ad069d6f0307d09e (patch)
tree919905e57e6d2b13f26459c431fa7959e630bb2d
parentcd40e99251db94f2ddf69bd63f98ecfe35c25fe7 (diff)
downloadchrome-ec-23cc1480e41507bc4331fef3ad069d6f0307d09e.tar.gz
guybrush: Remove CONFIG_KEYBOARD_DEBUG
Keyboard is stable, this debug config is no longer needed. BUG=b:186679368 TEST=Boot guybrush, no keyboard debug messages BRANCH=None Signed-off-by: Rob Barnes <robbarnes@google.com> Change-Id: Id6c42a1adca2af88dbea155583239ab5a85e9065 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2954319 Reviewed-by: Diana Z <dzigterman@chromium.org> Commit-Queue: Diana Z <dzigterman@chromium.org>
-rw-r--r--baseboard/guybrush/baseboard.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/baseboard/guybrush/baseboard.h b/baseboard/guybrush/baseboard.h
index 381db971a6..56340d0002 100644
--- a/baseboard/guybrush/baseboard.h
+++ b/baseboard/guybrush/baseboard.h
@@ -18,7 +18,6 @@
#define CONFIG_SYSTEM_UNLOCKED /* Allow dangerous commands while in dev. */
#define CONFIG_LTO /* Link-Time Optimizations to reduce code size */
#define CONFIG_I2C_DEBUG /* Print i2c traces */
-#define CONFIG_KEYBOARD_DEBUG /* Print keyboard debug messages */
#define CONFIG_CMD_S5_TIMEOUT /* Allow a user-specified timeout to exit S5 */
#undef CONFIG_UART_TX_BUF_SIZE