23 lines
336 B
Plaintext
23 lines
336 B
Plaintext
# STM32L4R5ZI Nucleo board configuration
|
|
|
|
# Copyright (c) 2018 Pushpal Sidhu
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_NUCLEO_L4R5ZI
|
|
|
|
config SPI_STM32_INTERRUPT
|
|
default y
|
|
depends on SPI
|
|
|
|
if NETWORKING
|
|
|
|
config USB_DEVICE_STACK
|
|
default y
|
|
|
|
config USB_DEVICE_NETWORK_EEM
|
|
default y
|
|
|
|
endif # NETWORKING
|
|
|
|
endif # BOARD_NUCLEO_L4R5ZI
|