1# Copyright 2022 NXP
2# SPDX-License-Identifier: Apache-2.0
3
4config NXP_S32_SPI
5	bool "NXP S32 SPI driver"
6	default y
7	depends on DT_HAS_NXP_S32_SPI_ENABLED
8	select PINCTRL
9	select NOCACHE_MEMORY if ARCH_HAS_NOCACHE_MEMORY_SUPPORT
10	help
11	  Enable support for NXP S32 SPI driver.
12
13if NXP_S32_SPI
14
15config NXP_S32_SPI_INTERRUPT
16	bool "NXP S32 SPI Interrupt Support"
17	default y
18	help
19	  Enable Interrupt support for SPI communication.
20
21endif # NXP_S32_SPI
22