summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2021-01-05 13:37:16 -0700
committerCommit Bot <commit-bot@chromium.org>2021-01-15 03:56:21 +0000
commit89b09293fa47ecd2f5e90e01818f46e569a87f27 (patch)
treec63af06cc49756e57c9fcaa66552f2ea3f3fdf93
parentcdb35e70007bca553c6fcf6a88d02433bb0b4c5d (diff)
downloadchrome-ec-89b09293fa47ecd2f5e90e01818f46e569a87f27.tar.gz
drivers: disable cros_flash until the code can compile
This code will not compile. See b/176828988 for the failures. It will be disabled until the code can compile. BUG=b:176828988 TEST=less compile failures Change-Id: I8e67c538975193d30d77068158a642ee4b9ef86c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/zephyr-chrome/+/2611079 Tested-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-by: Yuval Peress <peress@chromium.org> Commit-Queue: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2630168 Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r--zephyr/drivers/cros_flash/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/drivers/cros_flash/Kconfig b/zephyr/drivers/cros_flash/Kconfig
index e15848f4f6..9dd83a521e 100644
--- a/zephyr/drivers/cros_flash/Kconfig
+++ b/zephyr/drivers/cros_flash/Kconfig
@@ -2,10 +2,10 @@
# Copyright 2020 Google LLC
# SPDX-License-Identifier: Apache-2.0
+# TODO(b/176828988): enable by default once the code can compile
menuconfig CROS_FLASH_NPCX
bool "Nuvoton NPCX flash driver for the Zephyr shim"
depends on SOC_FAMILY_NPCX
- default y
help
This option enables a flash unit interface (FIU) driver for the NPCX
chip. This is used instead of the flash memory interface so we can