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>
16 lines
218 B
Text
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
|