blob: 3440739493e7e488565a6f119445f191852058e9 [file] [log] [blame] [edit]
# Copyright (c) 2024 Analog Devices, Inc.
# SPDX-License-Identifier: Apache-2.0
config SPI_MAX32
bool "MAX32 MCU SPI controller driver"
default y
depends on DT_HAS_ADI_MAX32_SPI_ENABLED
select PINCTRL
help
Enable SPI support on the MAX32 family of processors.
if SPI_MAX32
config SPI_MAX32_INTERRUPT
bool "MAX32 MCU SPI Interrupt Support"
help
Enable interrupt support for MAX32 MCU SPI driver.
endif # SPI_MAX32