dbeb3ba32e
Reworked spi_sam driver to utilize new DT_INST macros as part of this rework we also now get pin ctrl/mux configuration information from the device tree instead of via Kconfig and defines in soc_pinmap.h We remove defines from dts_fixup.h and soc_pinmap.h and associated Kconfig symbols that are no longer needed due to getting all that information from devicetree. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
13 lines
270 B
Plaintext
13 lines
270 B
Plaintext
# 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 SOC_FAMILY_SAM
|
|
help
|
|
Enable support for the SAM SPI driver.
|