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 NOCACHE_MEMORY if ARCH_HAS_NOCACHE_MEMORY_SUPPORT
9	help
10	  Enable support for NXP S32 SPI driver.
11
12if NXP_S32_SPI
13
14config NXP_S32_SPI_INTERRUPT
15	bool "NXP S32 SPI Interrupt Support"
16	default y
17	help
18	  Enable Interrupt support for SPI communication.
19
20endif # NXP_S32_SPI
21