Linux Audio

Check our new training course

Loading...
# 96Boards STM32 Sensor Mezzanine board configuration

# Copyright (c) 2018 Linaro Limited.
# SPDX-License-Identifier: Apache-2.0

if BOARD_96B_STM32_SENSOR_MEZ

config BOARD
	default "96b_stm32_sensor_mez"

config SPI_STM32_INTERRUPT
	default y
	depends on SPI

endif # BOARD_96B_STM32_SENSOR_MEZ