zephyr/subsys/canbus/Kconfig.canopen
Henrik Brix Andersen d679037643 modules: canopennode: move glue code to modules directory
Move the Zephyr-specific interface and support code for CANopenNode into
the modules directory. Consolidate the CMakeLists.txt files into one.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2021-07-01 13:32:18 -04:00

20 lines
435 B
Plaintext

# Copyright (c) 2019 - 2021 Vestas Wind Systems A/S
# SPDX-License-Identifier: Apache-2.0
menuconfig CANOPEN
bool "CANopen protocol support"
depends on CAN
select CANOPENNODE
help
Enable CANopen (EN 50325-4) (CiA 301) protocol
support. Support is provided by the 3rd party CANopenNode
protocol stack.
if CANOPEN
module = CANOPEN
module-str = CANopen
source "subsys/logging/Kconfig.template.log_config"
endif # CANOPEN