summaryrefslogtreecommitdiff
path: root/zephyr/drivers/cros_flash/Kconfig
blob: 9dd83a521e796dba4dff1271ca0e9d2b2427dc5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

# 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
	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.