summaryrefslogtreecommitdiff
path: root/board/volteer/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/volteer/board.h')
-rw-r--r--board/volteer/board.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/board/volteer/board.h b/board/volteer/board.h
index 0befb39d62..bd527510f2 100644
--- a/board/volteer/board.h
+++ b/board/volteer/board.h
@@ -164,15 +164,14 @@
#define CONFIG_DEBUG_ASSERT_BRIEF
-/* Disable volume button command in EC console */
-#undef CONFIG_CMD_BUTTON
+/* Disable console commands to help save space */
+#undef CONFIG_CMD_APTHROTTLE
+#undef CONFIG_CMD_BUTTON
+#undef CONFIG_CONSOLE_CMDHELP
/* Disable volume button in ectool */
#undef CONFIG_HOSTCMD_BUTTON
-/* Disable console command help to save space */
-#undef CONFIG_CONSOLE_CMDHELP
-
#ifndef __ASSEMBLER__
#include "gpio_signal.h"