zephyr/boards/shields/dfrobot_can_bus_v2_0/Kconfig.defconfig
Kumar Gala aec38f3fda drivers: can: mcp2515: Convert from Kconfig to DT_NODELABEL
As we phase out per instance Kconfig symbols convert to utilize
DT_DRV_INST to initialize CAN instances.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-05-07 10:08:31 +02:00

16 lines
218 B
Text

# Copyright (c) 2019 Linaro Limited
# SPDX-License-Identifier: Apache-2.0
if SHIELD_DFROBOT_CAN_BUS_V2_0
if CAN
config SPI
default y
config CAN_MCP2515
default y
endif # CAN
endif # SHIELD_DFROBOT_CAN_BUS_V2_0