summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorVic Yang <victoryang@chromium.org>2013-08-27 15:49:45 +0800
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2013-08-28 01:54:48 +0000
commit7e49fb5ef485a78365cabcf8c40b9a358ea8360a (patch)
treeac3f4cc0905f61a9347b9745c396a63669066029 /board
parent07428351b6df572456a8896222c6d011a7450af5 (diff)
downloadchrome-ec-7e49fb5ef485a78365cabcf8c40b9a358ea8360a.tar.gz
Rename extpower_usb to extpower_spring
The ID detection and charging circuits on Spring are very different from that on Kirby. PWM current limit is no longer used. The ID detection sequence is also different. Also, there is no boost circuit on Kirby. Given those hardware issues that we had to work around on Spring, it's unlikely that we will have another board that shares the same/similar ID detection design with Spring. Let's rename extpower_usb to extpower_spring to better reflect this. BUG=None TEST=Build and boot Spring. BRANCH=None Change-Id: I7c212a121eed55665593cb7e1b2b672891819940 Signed-off-by: Vic Yang <victoryang@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/67031
Diffstat (limited to 'board')
-rw-r--r--board/kirby/board.h1
-rw-r--r--board/spring/board.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/board/kirby/board.h b/board/kirby/board.h
index 6eb58e5588..26e031b7b2 100644
--- a/board/kirby/board.h
+++ b/board/kirby/board.h
@@ -10,7 +10,6 @@
/* Optional features */
#define CONFIG_CHIPSET_GAIA
-/* #define CONFIG_EXTPOWER_USB */
#define CONFIG_HOST_COMMAND_STATUS
#define CONFIG_I2C
#define CONFIG_KEYBOARD_PROTOCOL_MKBP
diff --git a/board/spring/board.h b/board/spring/board.h
index d95bfce81e..bd62e4628e 100644
--- a/board/spring/board.h
+++ b/board/spring/board.h
@@ -23,7 +23,7 @@
#define CONFIG_CHIPSET_GAIA
#define CONFIG_CMD_PMU
#define CONFIG_CONSOLE_RESTRICTED_INPUT
-#define CONFIG_EXTPOWER_USB
+#define CONFIG_EXTPOWER_SPRING
#define CONFIG_HOST_COMMAND_STATUS
#define CONFIG_I2C
#define CONFIG_I2C_PASSTHROUGH