Files
zephyr/boards/st/nucleo_l4r5zi/Kconfig.defconfig
Guillaume Gautier 008b5d9392 boards: Convert nucleo_l4r5zi to HWM v2
Port the board to HWMv2.

Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
2024-03-01 15:50:01 +01:00

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