summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--baseboard/volteer/baseboard.h6
-rw-r--r--board/volteer/board.h6
2 files changed, 12 insertions, 0 deletions
diff --git a/baseboard/volteer/baseboard.h b/baseboard/volteer/baseboard.h
index ca10f4db24..19485510d6 100644
--- a/baseboard/volteer/baseboard.h
+++ b/baseboard/volteer/baseboard.h
@@ -231,6 +231,12 @@
#define CONFIG_USBC_RETIMER_INTEL_BB_RUNTIME_CONFIG
#define CONFIG_USBC_RETIMER_FW_UPDATE
+/* Enable volume button command in EC console */
+#define CONFIG_CMD_BUTTON
+
+/* Enable volume button in ectool */
+#define CONFIG_HOSTCMD_BUTTON
+
#ifndef __ASSEMBLER__
#include "gpio_signal.h"
diff --git a/board/volteer/board.h b/board/volteer/board.h
index 85ab9772a0..363ba5c438 100644
--- a/board/volteer/board.h
+++ b/board/volteer/board.h
@@ -156,6 +156,12 @@
#define CONFIG_DEBUG_ASSERT_BRIEF
+/* Disable volume button command in EC console */
+#undef CONFIG_CMD_BUTTON
+
+/* Disable volume button in ectool */
+#undef CONFIG_HOSTCMD_BUTTON
+
#ifndef __ASSEMBLER__
#include "gpio_signal.h"