23 lines
352 B
Plaintext
23 lines
352 B
Plaintext
# Copyright (c) 2019 Linaro Limited
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SHIELD_DFROBOT_CAN_BUS_V2_0 || SHIELD_KEYESTUDIO_CAN_BUS_KS0411
|
|
|
|
if CAN
|
|
|
|
config GPIO
|
|
default y
|
|
|
|
config SPI
|
|
default y
|
|
|
|
config CAN_MCP2515
|
|
default y
|
|
|
|
config CAN_INIT_PRIORITY
|
|
default 80
|
|
|
|
endif # CAN
|
|
|
|
endif # SHIELD_DFROBOT_CAN_BUS_V2_0 || SHIELD_KEYESTUDIO_CAN_BUS_KS0411
|