5d72417df4
The FIU/UMA module in the NPCX chip provides an dedicated SPI interface to access the SPI flash. This commit adds the driver support for it. With this commit, the application can call the flash APIs (via spi_nor.c) to access the internal flash of NPCX EC chips. Signed-off-by: Jun Lin <CHLin56@nuvoton.com> Change-Id: I32bbf09f6e014b728ff8e4692e48151ae759e188
12 lines
396 B
Plaintext
12 lines
396 B
Plaintext
# NPCX SPI Driver configuration options
|
|
|
|
# Copyright (c) 2021 Nuvoton Technology Corporation.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SPI_NPCX_FIU
|
|
bool "Nuvoton NPCX embedded controller (EC) SPI driver for NOR flash"
|
|
depends on SOC_FAMILY_NPCX
|
|
help
|
|
Enable the SPI driver for NPCX family of processors. This driver is
|
|
for the dedicated SPI controller (FIU) to access the NOR flash.
|