blob: 9c2d8ae9be3bf6761cc40c47056d094d9f7fca63 [file] [log] [blame]
# STMicroelectronics B-L072Z-LRWAN1 Discovery board configuration
# Copyright (c) 2018 Aleksandr Makarov <aleksandr.o.makarov@gmail.com>
# SPDX-License-Identifier: Apache-2.0
if BOARD_B_L072Z_LRWAN1
config BOARD
default "b_l072z_lrwan1"
config UART_1
default y
depends on SERIAL
config UART_2
default y
depends on UART_CONSOLE
config I2C_1
default y
depends on I2C
if SPI
config SPI_1
default y
config SPI_2
default y
endif # SPI
endif # BOARD_B_L072Z_LRWAN1