summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.flash
diff options
context:
space:
mode:
authorPatryk Duda <pdk@semihalf.com>2023-02-07 12:56:03 +0100
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-02-08 07:10:36 +0000
commit2588054f64e84ca889c715af3e0a51bf6c148403 (patch)
treee1a9da21932e87795491a5a91eeb456da1c78eec /zephyr/Kconfig.flash
parent34b778f17b247b371a486dc89e80d3566e5c39ac (diff)
downloadchrome-ec-2588054f64e84ca889c715af3e0a51bf6c148403.tar.gz
zephyr: Add flash definitions required by EC for STM32
BUG=b:239712345 BRANCH=none TEST=Compile firmware for bloonchipper. Change-Id: Ia5801040a8811d73961b4bf0132c34248c5bdd66 Signed-off-by: Patryk Duda <pdk@semihalf.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4226835 Reviewed-by: Peter Marheine <pmarheine@chromium.org> Tested-by: Patryk Duda <patrykd@google.com> Commit-Queue: Patryk Duda <patrykd@google.com>
Diffstat (limited to 'zephyr/Kconfig.flash')
-rw-r--r--zephyr/Kconfig.flash1
1 files changed, 1 insertions, 0 deletions
diff --git a/zephyr/Kconfig.flash b/zephyr/Kconfig.flash
index c8fa606bde..8f3c77499a 100644
--- a/zephyr/Kconfig.flash
+++ b/zephyr/Kconfig.flash
@@ -56,6 +56,7 @@ choice PLATFORM_EC_STORAGE_TYPE
default PLATFORM_EC_EXTERNAL_STORAGE if SOC_FAMILY_NPCX
default PLATFORM_EC_EXTERNAL_STORAGE if SOC_FAMILY_MEC
default PLATFORM_EC_INTERNAL_STORAGE if SOC_FAMILY_RISCV_ITE
+ default PLATFORM_EC_INTERNAL_STORAGE if SOC_FAMILY_STM32
help
Sets the EC code storage type.