zephyr/subsys/canbus/Kconfig
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

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