1# Nuvoton NPCX SPI Driver configuration options
2
3# Copyright (c) 2024 Nuvoton Technology Corporation.
4# SPDX-License-Identifier: Apache-2.0
5
6menuconfig SPI_NPCX_SPIP
7	bool "Nuvoton NPCX embedded controller (EC) SPI driver"
8	default y
9	depends on DT_HAS_NUVOTON_NPCX_SPIP_ENABLED
10	select PINCTRL
11	help
12	  Enable the SPI peripherals on NPCX MCU.
13
14config SPI_NPCX_SPIP_INTERRUPT
15	bool "NPCX SPIP Interrupt Support"
16	depends on SPI_NPCX_SPIP
17	help
18	  Enable Interrupt support for the SPI Driver of NPCX chip.
19