summaryrefslogtreecommitdiff
path: root/board/mccroskey
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2013-07-23 13:05:45 -0700
committerChromeBot <chrome-bot@google.com>2013-07-23 17:37:53 -0700
commitcb1f7306b34507b3d9481cd4327271b2227747b8 (patch)
treea6862df1fbcfa4432743de4cd9ae0f1b64e3c344 /board/mccroskey
parenta1699727a83758defb2e80deab59d34a18bfe581 (diff)
downloadchrome-ec-cb1f7306b34507b3d9481cd4327271b2227747b8.tar.gz
Clean up debug config options
All of these were defined on all but a few platforms, and those explicitly #undef them. So define them as enabled by default in config.h so the board.h files are cleaner. No functional changes; just rearranging/renaming config constants. BUG=chrome-os-partner:18343 BRANCH=none TEST=build all platforms; FEATURES=test emerge-falco chromeos-ec Change-Id: I1201a1472ae29641e9e219c2a0347691ca64cd28 Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/63102 Reviewed-by: Vic Yang <victoryang@chromium.org>
Diffstat (limited to 'board/mccroskey')
-rw-r--r--board/mccroskey/board.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/board/mccroskey/board.h b/board/mccroskey/board.h
index 6001df7f31..99cfaf6509 100644
--- a/board/mccroskey/board.h
+++ b/board/mccroskey/board.h
@@ -15,10 +15,7 @@
#define CONFIG_CONSOLE_UART 1
/* Debug features */
-#define CONFIG_ASSERT_HELP
-#define CONFIG_CONSOLE_CMDHELP
-#define CONFIG_DEBUG_I2C /* FIXME(dhendrix): remove this eventually */
-#define CONFIG_PANIC_HELP
+#define CONFIG_I2C_DEBUG /* FIXME(dhendrix): remove this eventually */
#undef CONFIG_TASK_PROFILING
#define CONFIG_WATCHDOG_HELP