summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVic Yang <victoryang@chromium.org>2013-08-23 08:57:58 +0800
committerChromeBot <chrome-bot@google.com>2013-08-24 09:37:50 -0700
commit99f06c39aabd262653c96c589c5cd26fc1fb8389 (patch)
tree899aa5a548cca234830d62df99c5934f4ab0a6d7
parent62e9444161bba05da2dd219214be01084312d2fb (diff)
downloadchrome-ec-99f06c39aabd262653c96c589c5cd26fc1fb8389.tar.gz
Remove unused test config
Test config is now in test/test_config.h. Let's remove the unused config lines in board/host/board.h. BUG=chrome-os-partner:19235 TEST=Pass all tests. BRANCH=None Change-Id: Ic8f7f4dcf8e0ad5f8800fe8ad2ae89b604a239f4 Signed-off-by: Vic Yang <victoryang@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/66742 Reviewed-by: Randall Spangler <rspangler@chromium.org>
-rw-r--r--board/host/board.h20
1 files changed, 1 insertions, 19 deletions
diff --git a/board/host/board.h b/board/host/board.h
index a9528cf055..1af8db0c5d 100644
--- a/board/host/board.h
+++ b/board/host/board.h
@@ -11,31 +11,13 @@
/* Optional features */
#define CONFIG_EXTPOWER_GPIO
#undef CONFIG_FMAP
+#define CONFIG_KEYBOARD_PROTOCOL_MKBP
#define CONFIG_POWER_BUTTON
#undef CONFIG_WATCHDOG
#undef CONFIG_CONSOLE_HISTORY
#define CONFIG_CONSOLE_HISTORY 4
-/* Host test config */
-#ifdef TEST_SMART_BATTERY_CHARGER
-#define CONFIG_BATTERY_MOCK
-#define CONFIG_CHARGER
-#define CONFIG_CHARGER_INPUT_CURRENT 4032
-#endif
-
-/* Keyboard protocol */
-#ifdef TEST_KB_8042
-#define CONFIG_KEYBOARD_PROTOCOL_8042
-#else
-#define CONFIG_KEYBOARD_PROTOCOL_MKBP
-#endif
-
-/* Turbo-mode charger tests */
-#ifdef TEST_EXTPOWER_FALCO
-#define CONFIG_EXTPOWER_FALCO
-#endif
-
#define CONFIG_WP_ACTIVE_HIGH
/* Module IDs */