zephyr/boards/shields/dfrobot_can_bus_v2_0/Kconfig.defconfig

20 lines
256 B
Plaintext

# 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
config CAN_INIT_PRIORITY
default 80
endif # CAN
endif # SHIELD_DFROBOT_CAN_BUS_V2_0