summaryrefslogtreecommitdiff
path: root/zephyr/drivers/cros_flash/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/drivers/cros_flash/Kconfig')
-rw-r--r--zephyr/drivers/cros_flash/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/zephyr/drivers/cros_flash/Kconfig b/zephyr/drivers/cros_flash/Kconfig
new file mode 100644
index 0000000000..e15848f4f6
--- /dev/null
+++ b/zephyr/drivers/cros_flash/Kconfig
@@ -0,0 +1,13 @@
+
+# Copyright 2020 Google LLC
+# SPDX-License-Identifier: Apache-2.0
+
+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
+ continue to use most of the existing flash memory processing code in
+ ECOS.