d679037643
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>
12 lines
264 B
Plaintext
12 lines
264 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/Kconfig.canopen"
|
|
source "subsys/canbus/isotp/Kconfig"
|
|
|
|
endmenu
|