summaryrefslogtreecommitdiff
path: root/zephyr
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2021-01-05 13:33:52 -0700
committerCommit Bot <commit-bot@chromium.org>2021-01-06 16:37:48 +0000
commit8a90ce9d8668158b3437f7a5dd73a00aa004036e (patch)
treebebc23b44244fc64344f82ef7e75b7c217ddba7b /zephyr
parentafffc28f2679f06b8e9142c6c5b47126f936f76a (diff)
downloadchrome-ec-8a90ce9d8668158b3437f7a5dd73a00aa004036e.tar.gz
zephyr: disable flash storage
This code fails to compile (see b/176828988). Disable by default until this code can be compiled. BUG=b:176828988 BRANCH=none TEST=less compile errors Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: I051a7491d88194a212ece0843b7b76611998886c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2611823 Reviewed-by: Yuval Peress <peress@chromium.org>
Diffstat (limited to 'zephyr')
-rw-r--r--zephyr/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/Kconfig b/zephyr/Kconfig
index f5f433631e..3ef9f0e379 100644
--- a/zephyr/Kconfig
+++ b/zephyr/Kconfig
@@ -102,9 +102,9 @@ config PLATFORM_EC_EXTPOWER_GPIO
project should define a GPIO pin named GPIO_AC_PRESENT, with
extpower_interrupt configured as the handler in gpio_map.h.
+# TODO(b/176828988): enable by default once the code can compile
config PLATFORM_EC_FLASH
bool "Enable flash support"
- default y
help
Enables access to the device's flash through a simple API. With
this is it possible for the EC to update its flash while running,