zephyr/boards/arm/stm32f3_disco/Kconfig.defconfig
Erwan Gouriou fe244040d1 boards: stm32: Replace CAN Kconfig symbols by dt instances
Replace use of CAN_X Kconfig symbols by access to dt instances

Control of enabled instances is now done using dts nodes status
field ('okay'/'disabled'). For boards supporting only can2,
can1 instance is disabled.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2020-04-28 14:49:55 -05:00

12 lines
213 B
Plaintext

# STM32F3DISCOVERY board configuration
# Copyright (c) 2017 I-SENSE group of ICCS
# SPDX-License-Identifier: Apache-2.0
if BOARD_STM32F3_DISCO
config BOARD
default "stm32f3_disco"
endif # BOARD_STM32F3_DISCO