summaryrefslogtreecommitdiff
path: root/board/big
diff options
context:
space:
mode:
authorAseda Aboagye <aaboagye@google.com>2015-08-06 16:48:28 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-08-08 04:26:33 +0000
commitc124e8cbc7a2215b418655f644df1fa204e253b4 (patch)
tree094893758b393bb5d86d122afe24b99f1596a0f3 /board/big
parent3a659c1fedb3536a6f04b80b65ff18df6ddb653f (diff)
downloadchrome-ec-c124e8cbc7a2215b418655f644df1fa204e253b4.tar.gz
stm32: Deprecate SPI protocol version 2.
Now that v3 support is in the cros_ec kernel driver and depthcharge, deprecate support for the old v2 protocol. At some point in the future, support for the v2 protocol will dropped entirely. Boards that require support for the V2 protocol should enable the following config option. #define CONFIG_SPI_PROTOCOL_V2 BUG=chrome-os-partner:20533 BRANCH=None TEST=make -j buildall tests TEST=Flash jerry, AP & EC boot successful. TEST=`ectool protoinfo` shows only version 3 supported on jerry. TEST=Flashrom still works on jerry. Change-Id: I72d3aee00879314b936cc0b1002c9883550b1f1a Signed-off-by: Aseda Aboagye <aaboagye@google.com> Reviewed-on: https://chromium-review.googlesource.com/291411 Trybot-Ready: Aseda Aboagye <aaboagye@chromium.org> Tested-by: Aseda Aboagye <aaboagye@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org> Commit-Queue: Aseda Aboagye <aaboagye@chromium.org>
Diffstat (limited to 'board/big')
-rw-r--r--board/big/board.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/big/board.h b/board/big/board.h
index e83d89ee5d..9f0f398e8b 100644
--- a/board/big/board.h
+++ b/board/big/board.h
@@ -22,6 +22,7 @@
#define CONFIG_I2C
#define CONFIG_KEYBOARD_PROTOCOL_MKBP
#define CONFIG_SPI
+#define CONFIG_SPI_PROTOCOL_V2
#define CONFIG_PWM
#define CONFIG_POWER_BUTTON
#define CONFIG_VBOOT_HASH