summaryrefslogtreecommitdiff
path: root/board/spring/board.h
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2013-04-26 12:13:45 -0700
committerChromeBot <chrome-bot@google.com>2013-04-26 13:46:48 -0700
commit7a9e47d74e59a1b26b1a6e34bec20e54b4c0238b (patch)
treebbad1e1d060ecb335bec5476613b3e0136d05e63 /board/spring/board.h
parentfd38ba353cf473c2b833d6812c07f087927bb56b (diff)
downloadchrome-ec-7a9e47d74e59a1b26b1a6e34bec20e54b4c0238b.tar.gz
Allow disabling PMU charger task, and do so on pit
I2C communication doesn't work on pit yet, so the charger task is spewing errors to the console. This change allows the task to be disabled cleanly on pit, and has no effect on other platforms. BUG=chrome-os-partner:18657 BRANCH=none TEST=build all platforms and see that charger task is still compiled everywhere but pit Change-Id: I788e817d5630fb1a28694819f4ef9948a503a744 Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/49344 Reviewed-by: Bill Richardson <wfrichar@chromium.org>
Diffstat (limited to 'board/spring/board.h')
-rw-r--r--board/spring/board.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/spring/board.h b/board/spring/board.h
index 71248ef26e..5fd7c0b878 100644
--- a/board/spring/board.h
+++ b/board/spring/board.h
@@ -25,6 +25,7 @@
#define CONFIG_ADC
#define CONFIG_BATTERY_BQ20Z453
#define CONFIG_BOARD_PRE_INIT
+#define CONFIG_CHARGER_TPS65090
#ifdef HAS_TASK_CHIPSET
#define CONFIG_CHIPSET_GAIA
#endif