mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-10 07:35:22 +00:00
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>
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
|