zephyr/drivers/spi/Kconfig.npcx
Jun Lin 69e85b25fe board: npcx: remove CONFIG_PINCTRL from defconfig of npcx boards
The CONFIG_PINCTRL is removed from the board's defconfig files.
Drivers which use pin control function should add "select PINCTRL"
in their Kconfig files.

Fixes #78619

Signed-off-by: Jun Lin <CHLin56@nuvoton.com>
2024-11-07 08:59:14 -08:00

18 lines
505 B
Text

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