summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAseda Aboagye <aaboagye@google.com>2017-06-07 13:11:58 -0700
committerchrome-bot <chrome-bot@chromium.org>2017-07-11 13:13:03 -0700
commited5290019ce657b8b937b4f2d1f128234105b5e3 (patch)
treef793f02f53bd21b7347f3ec854fdc9888d0f0e5f /include
parent993a0991d62d9e9f243dc1db1ddc2d37ec2f3be0 (diff)
downloadchrome-ec-ed5290019ce657b8b937b4f2d1f128234105b5e3.tar.gz
board: Add initial support for zoombini.
This commit adds the initial board support for zoombini. BUG=b:63508740 BRANCH=None TEST=`make -j buildall` Change-Id: I38a108d607ed1a33a0e5b588d4d463026919ac20 Signed-off-by: Aseda Aboagye <aaboagye@google.com> Reviewed-on: https://chromium-review.googlesource.com/564800 Commit-Ready: Aseda Aboagye <aaboagye@chromium.org> Tested-by: Aseda Aboagye <aaboagye@chromium.org> Reviewed-by: Shawn N <shawnn@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/config.h15
1 files changed, 4 insertions, 11 deletions
diff --git a/include/config.h b/include/config.h
index 8e7bb679f1..9421cb4a81 100644
--- a/include/config.h
+++ b/include/config.h
@@ -2050,21 +2050,14 @@
/* Define the SPI port to use to access the flash */
#undef CONFIG_SPI_FLASH_PORT
-/* Support W25Q40 SPI flash */
+/* Select any of the following SPI flash configs that your board uses. */
+#undef CONFIG_SPI_FLASH_GD25LQ40
+#undef CONFIG_SPI_FLASH_GD25Q41B
#undef CONFIG_SPI_FLASH_W25Q40
-
-/* Support W25Q64 SPI flash */
#undef CONFIG_SPI_FLASH_W25Q64
-
-/* Support W25X40 SPI flash */
+#undef CONFIG_SPI_FLASH_W25Q80
#undef CONFIG_SPI_FLASH_W25X40
-/* Support GD25Q40 SPI flash */
-#undef CONFIG_SPI_FLASH_GD25LQ40
-
-/* Support GD25Q41B SPI flash */
-#undef CONFIG_SPI_FLASH_GD25Q41B
-
/* SPI flash part supports SR2 register */
#undef CONFIG_SPI_FLASH_HAS_SR2