1# NPCX SPI Driver configuration options
2
3# Copyright (c) 2021 Nuvoton Technology Corporation.
4# SPDX-License-Identifier: Apache-2.0
5
6config SPI_NPCX_FIU
7	bool "Nuvoton NPCX embedded controller (EC) SPI driver for NOR flash"
8	default y
9	depends on DT_HAS_NUVOTON_NPCX_SPI_FIU_ENABLED
10	help
11	  Enable the SPI driver for NPCX family of processors. This driver is
12	  for the dedicated SPI controller (FIU) to access the NOR flash.
13