blob: fa8aa37ce6e0d76e7721d656d9d7b272b28f6a7c [file] [log] [blame]
# Atmel SAM SPI
# Copyright (c) 2019 Gerson Fernando Budke
# Copyright (c) 2018 qianfan Zhao
# SPDX-License-Identifier: Apache-2.0
config SPI_SAM
bool "Atmel SAM series SPI driver"
default y
depends on DT_HAS_ATMEL_SAM_SPI_ENABLED
select GPIO
help
Enable support for the SAM SPI driver.
if SPI_SAM
config SPI_SAM_DMA
bool "SPI SAM DMA Support"
select DMA
help
Enable using DMA with SPI for SPI instances that enable dma channels in
their device tree node.
endif # SPI_SAM