You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
505 B
18 lines
505 B
# Nuvoton NPCX SPI Driver configuration options |
|
|
|
# Copyright (c) 2024 Nuvoton Technology Corporation. |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
menuconfig SPI_NPCX_SPIP |
|
bool "Nuvoton NPCX embedded controller (EC) SPI driver" |
|
default y |
|
depends on DT_HAS_NUVOTON_NPCX_SPIP_ENABLED |
|
select PINCTRL |
|
help |
|
Enable the SPI peripherals on NPCX MCU. |
|
|
|
config SPI_NPCX_SPIP_INTERRUPT |
|
bool "NPCX SPIP Interrupt Support" |
|
depends on SPI_NPCX_SPIP |
|
help |
|
Enable Interrupt support for the SPI Driver of NPCX chip.
|
|
|