mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 14:55:48 +00:00
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>
12 lines
213 B
Plaintext
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
|