summaryrefslogtreecommitdiff
path: root/baseboard/guybrush
diff options
context:
space:
mode:
authorGwendal Grignou <gwendal@google.com>2021-04-26 12:03:41 -0700
committerCommit Bot <commit-bot@chromium.org>2021-05-19 16:43:06 +0000
commitcd6636048923560f024796c699f17b4c340bbbf4 (patch)
tree0bfd9e707fa3f57b11808f54761e354c4af4c0f9 /baseboard/guybrush
parent958e53d9cb2e0531eb33a5901e43efa237ffb835 (diff)
downloadchrome-ec-cd6636048923560f024796c699f17b4c340bbbf4.tar.gz
config: Populate CONFIG_SUPPRESSED_HOST_COMMANDS
Commands that are send peridically or in high number are not reported on the console through CONFIG_SUPPRESSED_HOST_COMMANDS variable. Use the same set of commands throughout to avoid misses like newer command EC_CMD_GET_UPTIME_INFO. BUG=none BRANCH=none TEST=buildall Signed-off-by: Gwendal Grignou <gwendal@google.com> Change-Id: I0041576538a8cc659c262118b1503777b9ea8578 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2851452 Reviewed-by: Gwendal Grignou <gwendal@chromium.org> Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org> Reviewed-by: Craig Hesling <hesling@chromium.org> Tested-by: Gwendal Grignou <gwendal@chromium.org> Commit-Queue: Gwendal Grignou <gwendal@chromium.org>
Diffstat (limited to 'baseboard/guybrush')
-rw-r--r--baseboard/guybrush/baseboard.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/baseboard/guybrush/baseboard.h b/baseboard/guybrush/baseboard.h
index 5f3ec9fd5b..aaaa7f895f 100644
--- a/baseboard/guybrush/baseboard.h
+++ b/baseboard/guybrush/baseboard.h
@@ -112,8 +112,6 @@
#define CONFIG_TABLET_MODE
#define CONFIG_GMR_TABLET_MODE
#define GMR_TABLET_MODE_GPIO_L GPIO_TABLET_MODE
-#define CONFIG_SUPPRESSED_HOST_COMMANDS \
- EC_CMD_MOTION_SENSE_CMD
/* Battery Config */
#define CONFIG_BATTERY_PRESENT_GPIO GPIO_EC_BATT_PRES_ODL