17 lines
218 B
Plaintext
17 lines
218 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
|
||
|
|
||
|
endif # CAN
|
||
|
|
||
|
endif # SHIELD_DFROBOT_CAN_BUS_V2_0
|