drivers: spi: introduce SPI driver for NXP S32
This introduces SPI driver for NXP S32 platform Signed-off-by: Dat Nguyen Duy <dat.nguyenduy@nxp.com>
This commit is contained in:
parent
819cb95438
commit
6d866b62bf
9 changed files with 1019 additions and 0 deletions
19
drivers/spi/Kconfig.nxp_s32
Normal file
19
drivers/spi/Kconfig.nxp_s32
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Copyright 2022 NXP
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config NXP_S32_SPI
|
||||
bool "NXP S32 SPI driver"
|
||||
default y
|
||||
depends on DT_HAS_NXP_S32_SPI_ENABLED
|
||||
help
|
||||
Enable support for NXP S32 SPI driver.
|
||||
|
||||
if NXP_S32_SPI
|
||||
|
||||
config NXP_S32_SPI_INTERRUPT
|
||||
bool "NXP S32 SPI Interrupt Support"
|
||||
default y
|
||||
help
|
||||
Enable Interrupt support for SPI communication.
|
||||
|
||||
endif # NXP_S32_SPI
|
Loading…
Add table
Add a link
Reference in a new issue