2019-11-01 20:45:29 +08:00
|
|
|
# STM32L476RG Nucleo board configuration
|
|
|
|
|
2016-10-05 17:57:51 +08:00
|
|
|
# Copyright (c) 2016 Open-RnD Sp. z o.o.
|
|
|
|
# Copyright (c) 2016 BayLibre, SAS
|
2017-01-19 09:01:01 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2016-10-05 17:57:51 +08:00
|
|
|
|
|
|
|
if BOARD_NUCLEO_L476RG
|
|
|
|
|
2018-01-28 09:37:58 +08:00
|
|
|
config SPI_STM32_INTERRUPT
|
|
|
|
default y
|
2020-04-17 02:52:22 +08:00
|
|
|
depends on SPI
|
2018-01-28 09:37:58 +08:00
|
|
|
|
2016-10-05 17:57:51 +08:00
|
|
|
endif # BOARD_NUCLEO_L476RG
|