mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-22 01:37:37 +00:00
Add a Zephyr driver and abstraction layer for use by the 3rd party CANopenNode module. CANopenNode depends on the CO_driver.h file for platform-specific type definitions, locking primitives, and CAN bus driver API. This fixes #15278. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
11 lines
227 B
Plaintext
11 lines
227 B
Plaintext
# CAN bus subsystem configuration options
|
|
|
|
# Copyright (c) 2019 Vestas Wind Systems A/S
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
menu "Controller Area Network (CAN) bus subsystem"
|
|
|
|
source "subsys/canbus/canopen/Kconfig"
|
|
|
|
endmenu
|